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:
|
||||
db:
|
||||
condition: service_healthy
|
||||
environment:
|
||||
- RECREATION_TOKEN=${RANDOM:-1}
|
||||
volumes:
|
||||
- ./migrations:/migrations:ro
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue