Deployment changes

This commit is contained in:
2026-04-09 15:29:35 +02:00
parent 78125921ee
commit 2352dbe35a
3 changed files with 12 additions and 3 deletions

View File

@@ -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