Commit 6978ce5a authored by 贾浩@五瓣科技's avatar 贾浩@五瓣科技

update docker-compose.yml

parent df24c65b
networks:
default:
name: aon-backend
services:
tg-messenger-api:
image: caduceus/tg-messenger:latest
......@@ -9,9 +5,6 @@ services:
container_name: tg-messenger-api
ports:
- "16669:8080"
depends_on:
aon-db:
condition: service_healthy
environment:
- MIGRATE=${MIGRATE:-false}
volumes:
......@@ -29,9 +22,6 @@ services:
image: caduceus/tg-messenger:latest
pull_policy: always
container_name: tg-messenger
depends_on:
aon-db:
condition: service_healthy
environment:
- MIGRATE=${MIGRATE:-false}
volumes:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment