Skip to content

Commit

Permalink
changed how env are passed to container
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hanke committed Sep 20, 2023
1 parent 428cda3 commit cc3725c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ services:
maptomethod:
image: ghcr.io/mat-o-lab/maptomethod:latest
environment:
APP_MODE: "production"
APP_SECRET: ${APP_SECRET}
- APP_MODE
- APP_SECRET
- ADMIN_NAME
- APP_NAME
- APP_VERSION
- APP_SOURCE
container_name: maptomethod
ports:
- ${APP_PORT}:5000
Expand Down

0 comments on commit cc3725c

Please sign in to comment.