21 lines
331 B
YAML
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
|