1
0
Fork 0
mirror of synced 2025-07-04 20:36:42 +02:00
nginx-ipscrub/docker-compose.yml
Mason Simon 21582cc86a Init
2018-03-30 17:47:17 -07:00

24 lines
No EOL
363 B
YAML

version: "3"
services:
nginx:
image: ipscrub
# deploy:
# replicas: 1
ports:
- "31337:8081"
networks:
- net
client1:
image: ipscrub-demo-client
# deploy:
# replicas: 2
networks:
- net
client2:
image: ipscrub-demo-client
# deploy:
# replicas: 2
networks:
- net
networks:
net: