Initial commit

This commit is contained in:
2025-12-26 15:32:11 +01:00
parent a0fa0ef9d9
commit c301ec9669
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
services:
igmg-ics-web:
image: nginx:alpine
image: gitea.home.musaberdem.de/musabe24/igmg-ics-web:latest
container_name: igmg-ics-web
restart: unless-stopped
@@ -14,7 +14,7 @@ services:
- igmg_internal
igmg-ics-updater:
build: ./updater
image: gitea.home.musaberdem.de/musabe24/igmg-ics-update:latest
container_name: igmg-ics-updater
restart: unless-stopped

2
web/Dockerfile Normal file
View File

@@ -0,0 +1,2 @@
FROM nginx:alpine
COPY ../nginx.conf /etc/nginx/conf.d/default.conf