App set up

This commit is contained in:
2026-01-30 10:31:48 +02:00
parent b7167bb856
commit 690895f513
83 changed files with 12184 additions and 5 deletions

View File

@@ -1,9 +1,7 @@
version: '3.8'
services:
#============== React Application ====================================================================
app-frontend:
build: .
build: ./app
container_name: golden-silk-app
restart: unless-stopped
ports:
@@ -20,8 +18,8 @@ services:
- '443:443' # Public HTTPS
- '81:81' # Admin UI
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
- ./mih_nginx/data:/data
- ./mih_nginx/letsencrypt:/etc/letsencrypt
networks:
- taylor-network
#============== MIH-Monitor Portainer ====================================================================