fix docker-compose env file path
Some checks failed
Deploy Bookshelf / deploy (push) Failing after 4s
Some checks failed
Deploy Bookshelf / deploy (push) Failing after 4s
This commit is contained in:
@@ -13,7 +13,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: back/Dockerfile
|
dockerfile: back/Dockerfile
|
||||||
restart: always
|
restart: always
|
||||||
env_file: /opt/bookshelf/secret/bookshelf.env
|
env_file: /opt/bookshelf/secrets/bookshelf.env
|
||||||
ports:
|
ports:
|
||||||
- 8000:8000
|
- 8000:8000
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -21,7 +21,7 @@ services:
|
|||||||
database:
|
database:
|
||||||
image: mariadb
|
image: mariadb
|
||||||
restart: always
|
restart: always
|
||||||
env_file: /opt/bookshelf/secret/bookshelf.env
|
env_file: /opt/bookshelf/secrets/bookshelf.env
|
||||||
volumes:
|
volumes:
|
||||||
- db:/var/lib/mysql
|
- db:/var/lib/mysql
|
||||||
- ./back/db/:/docker-entrypoint-initdb.d/
|
- ./back/db/:/docker-entrypoint-initdb.d/
|
||||||
|
|||||||
Reference in New Issue
Block a user