fix docker
This commit is contained in:
parent
0579319f6c
commit
9e1c0f62ee
|
@ -5,7 +5,7 @@ services:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
restart: always
|
restart: always
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./backend/.env
|
||||||
volumes:
|
volumes:
|
||||||
- ./credentials:/app/credentials:ro
|
- ./credentials:/app/credentials:ro
|
||||||
networks:
|
networks:
|
||||||
|
|
Loading…
Reference in New Issue