Skip to content

Commit

Permalink
Add .env file to copilot-backend service
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorwalton committed Feb 12, 2024
1 parent daaef99 commit 985dde8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ services:
- ./data/copilot-backend-data/logs:/opt/logs
# Mount the copilot.db file to persist the database
- ./data/data:/opt/copilot/backend/data
env_file: .env

copilot-frontend:
build:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ services:
- ./data/copilot-backend-data/logs:/opt/logs
# Mount the copilot.db file to persist the database
- ./data/data:/opt/copilot/backend/data
env_file: .env

copilot-frontend:
image: ghcr.io/socfortress/copilot-frontend:latest
Expand Down

0 comments on commit 985dde8

Please sign in to comment.