services: ductcalc: container_name: ductcalc image: git.housh.dev/swift-manual-d:latest restart: unless_stopped env_file: - .env ports: - ${PORT:-8080}:8080 volumes: - ${DB_DIR}:/app/data networks: - proxy security_opt: - no-new-privileges:true networks: proxy: external: true