refactor(dev-docker-compose): Remove unused environment variable from migrate service
This commit is contained in:
parent
5aeeebcb26
commit
3d0d8ba830
1 changed files with 0 additions and 2 deletions
|
|
@ -23,8 +23,6 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
db:
|
db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
|
||||||
- RECREATION_TOKEN=${RANDOM:-1}
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./migrations:/migrations:ro
|
- ./migrations:/migrations:ro
|
||||||
networks:
|
networks:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue