chore: update docker-compose.yml

This commit is contained in:
Paul Pan 2023-12-23 16:46:34 +08:00
parent 7df1b60367
commit e5a48f2627
Signed by: Paul
GPG Key ID: D639BDF5BA578AF4

View File

@ -1,6 +1,6 @@
services:
server:
image: git.0x7f.app/woj/woj-server:1.1.0
image: git.0x7f.app/woj/woj-server:1.2.0
restart: unless-stopped
healthcheck:
test: [ "CMD", "wget", "-q", "-O", "/dev/null", "http://127.0.0.1:8000/health" ]
@ -33,7 +33,7 @@ services:
- "8000:8000"
runner:
image: git.0x7f.app/woj/woj-runner:1.1.0
image: git.0x7f.app/woj/woj-runner:1.2.0
restart: unless-stopped
command: runner
security_opt:
@ -84,7 +84,7 @@ services:
- cache:/data
db:
image: docker.io/library/postgres:alpine
image: docker.io/library/postgres:16-alpine
restart: unless-stopped
healthcheck:
test: [ "CMD", "pg_isready", "-U", "dev" ]