Skip to content

Commit

Permalink
coa-updater: Fix .env path
Browse files Browse the repository at this point in the history
  • Loading branch information
bperel authored Sep 7, 2024
1 parent 4cf4ca3 commit 8499691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/coa-updater/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
init: true
image: ghcr.io/bperel/coa-updater
env_file:
- ../../packages/api/.env.prod.local
- ../../packages/api/.env
environment:
MYSQL_HOST: db
MYSQL_DATABASE: coa
Expand All @@ -15,4 +15,4 @@ networks:
ducksmanager_dm-network:
external: true
dm-server_db-network:
external: true
external: true

0 comments on commit 8499691

Please sign in to comment.