バージョンがlastestだと起動しない
This commit is contained in:
2
.env
2
.env
@@ -2,7 +2,7 @@ DATABASE_URL=postgres://postgres:changeme@db/windmill?sslmode=disable
|
|||||||
|
|
||||||
# For Enterprise Edition, use:
|
# For Enterprise Edition, use:
|
||||||
# WM_IMAGE=ghcr.io/windmill-labs/windmill-ee:main
|
# WM_IMAGE=ghcr.io/windmill-labs/windmill-ee:main
|
||||||
WM_IMAGE=ghcr.io/windmill-labs/windmill:main
|
WM_IMAGE=ghcr.io/windmill-labs/windmill:v1.5.3
|
||||||
|
|
||||||
|
|
||||||
# To use another port than :80, setup the Caddyfile and the caddy section of the docker-compose to your needs: https://caddyserver.com/docs/getting-started
|
# To use another port than :80, setup the Caddyfile and the caddy section of the docker-compose to your needs: https://caddyserver.com/docs/getting-started
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
version: "3.9"
|
|
||||||
|
|
||||||
x-logging: &default-logging
|
x-logging: &default-logging
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
options:
|
options:
|
||||||
@@ -39,7 +37,7 @@ services:
|
|||||||
windmill_server:
|
windmill_server:
|
||||||
image: ${WM_IMAGE}
|
image: ${WM_IMAGE}
|
||||||
container_name: windmill_server
|
container_name: windmill_server
|
||||||
pull_policy: always
|
pull_policy: if_not_present
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -77,7 +75,7 @@ services:
|
|||||||
|
|
||||||
windmill_worker:
|
windmill_worker:
|
||||||
image: ${WM_IMAGE}
|
image: ${WM_IMAGE}
|
||||||
pull_policy: always
|
pull_policy: if_not_present
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 3
|
replicas: 3
|
||||||
resources:
|
resources:
|
||||||
@@ -104,7 +102,7 @@ services:
|
|||||||
|
|
||||||
windmill_worker_native:
|
windmill_worker_native:
|
||||||
image: ${WM_IMAGE}
|
image: ${WM_IMAGE}
|
||||||
pull_policy: always
|
pull_policy: if_not_present
|
||||||
deploy:
|
deploy:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
resources:
|
resources:
|
||||||
@@ -128,8 +126,8 @@ services:
|
|||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
|
||||||
windmill_extra:
|
windmill_extra:
|
||||||
image: ghcr.io/windmill-labs/windmill-extra:latest
|
image: ghcr.io/windmill-labs/windmill-extra:v1.5.3
|
||||||
pull_policy: always
|
pull_policy: if_not_present
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
expose:
|
expose:
|
||||||
- 3001
|
- 3001
|
||||||
|
|||||||
Reference in New Issue
Block a user