17 lines
271 B
YAML
17 lines
271 B
YAML
services:
|
|
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:
|
|
external: true
|