Skip to content

Commit

Permalink
move stack.env to production yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Rdeisenroth committed Nov 2, 2023
1 parent 87a12fa commit 1602195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ services:
#depends_on:
# db:
# condition: service_healthy

sprechi:
env_file:
- stack.env # works with portainer
networks:
proxy:
external: true
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ services:
build: .
image: rubot:latest
container_name: sprechi
env_file:
- stack.env # works with portainer
environment:
- TZ=Europe/Berlin
- MONGODB_CONNECTION_URL=mongodb://${MONGODB_USER}:${MONGODB_PASSWORD}@db:27017/${MONGODB_DBNAME}?authSource=admin
Expand Down

0 comments on commit 1602195

Please sign in to comment.