Files
phanpy/phanpy.yml
2025-05-19 15:23:06 +02:00

21 lines
331 B
YAML

version: "3.8"
services:
phanpy:
image: git.piaf.im/dockerfile/phanpy:latest
deploy:
replicas: 1
placement:
constraints: [node.role == worker]
ports:
- target: 80
published: 8080
protocol: tcp
networks:
- npm-network
networks:
npm-network:
driver: overlay