Deployment changes
This commit is contained in:
@@ -10,9 +10,16 @@ services:
|
||||
dockerfile: Dockerfile
|
||||
volumes:
|
||||
- .:/app # git repo is the live source
|
||||
environment:
|
||||
- VIRTUAL_HOST=br.bauer.tech
|
||||
- VIRTUAL_PORT=8000
|
||||
env_file:
|
||||
- blechreiz/.env
|
||||
ports:
|
||||
- "127.0.0.1:8000:8000" # only localhost; HTTPS handled by external proxy
|
||||
- "8000:8000" # only localhost; HTTPS handled by external proxy
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
default:
|
||||
name: nginx-proxy
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user