Skip to content

Commit

Permalink
Merge pull request #12 from N3aar/feat/compose-env-file
Browse files Browse the repository at this point in the history
feat: add env_file on compose.yml
  • Loading branch information
N3aar authored Jun 1, 2024
2 parents 28cbab9 + 60a59eb commit b01981b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ services:
image: ghcr.io/n3aar/eery-project:main
restart: always
container_name: eery-bot
environment:
- TOKEN=${TOKEN}
- NODE_ENV=prod
env_file:
- path: ./.env
required: false
volumes:
- eery-data:/data

Expand Down

0 comments on commit b01981b

Please sign in to comment.