proj: switch to secure connection

This commit is contained in:
2026-06-28 17:40:07 +02:00
parent 2bb5125254
commit 3f0e821d0d
4 changed files with 28 additions and 4 deletions
+17
View File
@@ -0,0 +1,17 @@
version: '3.8'
services:
exodus-burg-stett-king-arth-web:
image: git.nerdyssey.de/exodus/burg-stett-king-arth-web:latest
container_name: exodus-burg-stett-king-arth-web
restart: unless-stopped
# ports:
# - "80:80"
# - "443:443"
# environment:
# - VITE_APP_ENV=production
networks:
default:
name: proxy_net
external: true