Need to move envs

This commit is contained in:
Florian Hoss 2024-03-18 21:58:09 +01:00
parent f71d7c1860
commit c92da54ef8

View file

@ -56,7 +56,17 @@ services:
args:
- V_GOLANG=${V_GOLANG}
command: air -c .air.toml
env_file: .env
environment:
- TZ=Europe/Berlin
- PUBLIC_URL=http://godash:4000
- LOG_LEVEL=debug
- TITLE=DEV
- APP_VERSION=v0.0.1-DEV
- WEATHER_KEY=${WEATHER_KEY}
- LOGTO_ENDPOINT=${LOGTO_ENDPOINT}
- LOGTO_APP_ID=${LOGTO_APP_ID}
- LOGTO_APP_SECRET=${LOGTO_APP_SECRET}
- SESSION_KEY=super-secure
volumes:
- .:/app/
ports: