Skip to content

Commit

Permalink
debugging umami
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaH84 committed Nov 13, 2024
1 parent 426f78f commit 1881c01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ services:
- "443:443"
networks:
- app-network
depends on:
- umami
volumes:
- /etc/letsencrypt:/etc/letsencrypt
- /usr/share/nginx/html/.well-known:/usr/share/nginx/html/.well-known
Expand Down Expand Up @@ -58,6 +60,7 @@ services:
container_name: umami
restart: always
environment:
BASE_URL: https://app.batterymodel.com/umami
DATABASE_URL: postgres://umami:password@umami-db/umami
DATABASE_TYPE: postgres
HASH_SALT: ${HASH_SALT}
Expand Down

0 comments on commit 1881c01

Please sign in to comment.