mirror of
https://github.com/simon987/od-database.git
synced 2025-04-20 10:56:47 +00:00
Update task_tracker images
This commit is contained in:
parent
b950b1f488
commit
2b2ef5eac7
@ -1,7 +1,7 @@
|
|||||||
version: "2.1"
|
version: "2.1"
|
||||||
services:
|
services:
|
||||||
oddb:
|
oddb:
|
||||||
image: simon987/od-database
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- 5020:80
|
- 5020:80
|
||||||
environment:
|
environment:
|
||||||
@ -54,28 +54,34 @@ services:
|
|||||||
- "WS_BUCKET_SECRET=changeme"
|
- "WS_BUCKET_SECRET=changeme"
|
||||||
ports:
|
ports:
|
||||||
- 3020:3020
|
- 3020:3020
|
||||||
tt_db:
|
|
||||||
image: postgres
|
|
||||||
volumes:
|
|
||||||
- ./tt_pg_data:/var/lib/postgresql/data
|
|
||||||
environment:
|
|
||||||
POSTGRES_USER: task_tracker
|
|
||||||
POSTGRES_PASSWORD: changeme
|
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "pg_isready -U task_tracker"]
|
|
||||||
interval: 5s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
tt:
|
tt:
|
||||||
image: simon987/task_tracker
|
image: simon987/task_tracker
|
||||||
volumes:
|
volumes:
|
||||||
- ./tt_pg_data:/var/lib/postgresql/data
|
|
||||||
- ./tt_config.yml:/root/config.yml
|
- ./tt_config.yml:/root/config.yml
|
||||||
ports:
|
ports:
|
||||||
- 3010:80
|
- 3010:80
|
||||||
depends_on:
|
depends_on:
|
||||||
tt_db:
|
tt_db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
tt_web:
|
||||||
|
image: simon987/task_tracker_web
|
||||||
|
ports:
|
||||||
|
- 3011:80
|
||||||
|
depends_on:
|
||||||
|
tt:
|
||||||
|
condition: service_started
|
||||||
|
tt_db:
|
||||||
|
image: postgres
|
||||||
|
volumes:
|
||||||
|
- ./tt_db_data:/var/lib/postgresql/data
|
||||||
|
environment:
|
||||||
|
- "POSTGRES_USER=task_tracker"
|
||||||
|
- "POSTGRES_PASSWORD=task_tracker"
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD-SHELL", "pg_isready -U task_tracker"]
|
||||||
|
interval: 3s
|
||||||
|
timeout: 2s
|
||||||
|
retries: 10
|
||||||
es:
|
es:
|
||||||
image: docker.elastic.co/elasticsearch/elasticsearch:7.5.2
|
image: docker.elastic.co/elasticsearch/elasticsearch:7.5.2
|
||||||
environment:
|
environment:
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user