Rm file
This commit is contained in:
parent
394ad13341
commit
14b4726546
@ -5,8 +5,6 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "${PORT}:${PORT}"
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- ENV=${ENV}
|
||||
- HOST=${HOST}
|
||||
@ -39,8 +37,6 @@ services:
|
||||
|
||||
mariadb:
|
||||
image: mariadb:lts
|
||||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- MARIADB_USER=${DB_USER}
|
||||
- MARIADB_PASSWORD=${DB_PASS}
|
||||
|
Loading…
x
Reference in New Issue
Block a user