Files
fuz-site/docker-compose.prod.yml
2025-11-24 10:13:37 +01:00

22 lines
353 B
YAML

version: "3.9"
services:
fuz-site:
build:
context: .
dockerfile: Dockerfile
container_name: fuz-site
restart: unless-stopped
env_file:
- .env
environment:
- FUZ_DB_PATH=/app/data/ServicesRange.db
ports:
- "4000:4321"
networks:
- n8n_default
networks:
n8n_default:
external: true