compose-file: added hosts file hack
This commit is contained in:
@@ -10,12 +10,14 @@ services:
|
||||
image: utility-bills-tracker:1.0.2
|
||||
networks:
|
||||
- traefik-network # komunikacija sa Traefikom
|
||||
volumes:
|
||||
- ./etc/hosts/:/etc/hosts
|
||||
environment:
|
||||
MONGODB_URI: mongodb://root:example@mongo:27017/
|
||||
GOOGLE_ID: 355397364527-adjrokm6hromcaaar0qfhk050mfr35ou.apps.googleusercontent.com
|
||||
GOOGLE_SECRET: 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
|
||||
AUTH_SECRET: Gh0jQ35oq6DR8HkLR3heA8EaEDtxYN/xkP6blvukZ0w=
|
||||
# HOSTNAME: rezije.localhost # IP address at which the server will be listening (0.0.0.0 = listen on all addresses)
|
||||
HOSTNAME: rezije.app # IP address at which the server will be listening (0.0.0.0 = listen on all addresses)
|
||||
EXTAUTH_URL: ${HOSTNAME:-https://rezije.app} # URL next-auth will use while redirecting user during authentication (if not set - will use HOSTNAME)
|
||||
PORT: ${PORT:-3000}
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user