Teron mock: jedan compose fajl, named volume za podatke

This commit is contained in:
2026-06-24 22:06:34 +02:00
parent d37c7a321c
commit 6b5e6a0be4
2 changed files with 4 additions and 13 deletions
-12
View File
@@ -1,12 +0,0 @@
services:
teron-mock:
image: ghcr.io/dalibor31/ntech-fisk:latest
container_name: teron_mock
restart: unless-stopped
ports:
- "4566:4566"
volumes:
- teron-data:/app/data
volumes:
teron-data:
+4 -1
View File
@@ -6,4 +6,7 @@ services:
ports: ports:
- "4566:4566" - "4566:4566"
volumes: volumes:
- ./fisk-data:/app/data - teron-data:/app/data
volumes:
teron-data: