Skip to content

Commit

Permalink
aligned the local and remote options closer
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Mar 31, 2024
1 parent f536d0c commit b515923
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docker-compose.local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ services:
- CAMPUS_API_TOKEN=${CAMPUS_API_TOKEN}
- SMTP_PASSWORD=${SMTP_PASSWORD}
- SMTP_URL=${SMTP_URL:-postout.lrz.de}
- SMTP_USERNAME=${SMTP_USERNAME:[email protected]}
- SMTP_USERNAME=${SMTP_USERNAME:[email protected]}
- SMTP_FROM=${SMTP_FROM:[email protected]}
- SMTP_PORT=${SMTP_PORT:-587}
- MensaCronDisabled=true
user: 1000:3000
read_only: true
volumes:
- backend-storage:/Storage
depends_on:
Expand All @@ -32,6 +35,8 @@ services:
environment:
- MARIADB_ROOT_PASSWORD=${DB_ROOT_PASSWORD}
- MARIADB_DATABASE=${DB_NAME}
- MARIADB_CHARACTER_SET=utf8mb4
- MARIADB_COLLATE=utf8mb4_unicode_ci
volumes:
- campus-db-data:/bitnami/mariadb
healthcheck:
Expand Down

0 comments on commit b515923

Please sign in to comment.