Skip to content

Commit

Permalink
[FIX] zed service environments
Browse files Browse the repository at this point in the history
  • Loading branch information
EngRobot33 committed May 14, 2024
1 parent ece36f4 commit 3ae9e37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ services:
- "9000:9000"
depends_on:
- "db"
environment:
- DB_NAME=zed_database
- DB_USER=zed_user
- DB_PASS=zed_password
- DB_HOST=db
- DB_PORT=5432
adminer:
image: adminer
restart: unless-stopped
Expand Down

0 comments on commit 3ae9e37

Please sign in to comment.