Need to move envs
This commit is contained in:
parent
f71d7c1860
commit
c92da54ef8
1 changed files with 11 additions and 1 deletions
12
compose.yml
12
compose.yml
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue