feat: remove migrate
This commit is contained in:
parent
d47058054d
commit
dca9d0bc3d
|
|
@ -4,8 +4,6 @@ services:
|
||||||
treasure-api:
|
treasure-api:
|
||||||
image: registry.gitlab.com/treasure-hunt4/treasure-api:latest
|
image: registry.gitlab.com/treasure-hunt4/treasure-api:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
|
||||||
- treasure-api-migrate
|
|
||||||
ports:
|
ports:
|
||||||
- "8000:80" # API dispo sur http://IP_DU_SERVEUR:8000
|
- "8000:80" # API dispo sur http://IP_DU_SERVEUR:8000
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue