chore(docker): use .env instead of prod.env
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
postgres:
|
postgres:
|
||||||
env_file: prod.env
|
env_file: .env
|
||||||
image: postgres:16-alpine
|
image: postgres:16-alpine
|
||||||
container_name: maleniabot_db
|
container_name: maleniabot_db
|
||||||
environment:
|
environment:
|
||||||
@@ -21,7 +21,7 @@ services:
|
|||||||
retries: 5
|
retries: 5
|
||||||
|
|
||||||
bot:
|
bot:
|
||||||
env_file: prod.env
|
env_file: .env
|
||||||
build:
|
build:
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: maleniabot_bot
|
container_name: maleniabot_bot
|
||||||
|
|||||||
Reference in New Issue
Block a user