Docker: uklonjen example compose (osetljive informacije)

This commit is contained in:
2026-06-24 22:10:06 +02:00
parent 682a338b57
commit 01dd703e4f
-33
View File
@@ -1,33 +0,0 @@
services:
ntech:
image: ghcr.io/dalibor31/ntech:latest
container_name: ntech
restart: unless-stopped
ports:
- 8000:8000
environment:
- NTECH_ENV=production
- NTECH_PORT=8000
- NTECH_SQLITE=/app/data/ntech.db
volumes:
- ./data:/app/data
- ./uploads:/app/web/static/uploads
- ./logs:/var/log/ntech
- ./backups:/app/backups
networks:
- ntech-net
teron-mock:
image: ghcr.io/dalibor31/ntech-fisk:latest
container_name: teron_mock
restart: unless-stopped
volumes:
- teron-data:/app/data
networks:
- ntech-net
volumes:
teron-data:
networks:
ntech-net: