mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +02:00
21 lines
313 B
YAML
21 lines
313 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
|
|
polipo:
|
|
image: vimagick/polipo
|
|
networks:
|
|
- host_network
|
|
deploy:
|
|
mode: global
|
|
placement:
|
|
constraints:
|
|
- node.role == worker
|
|
restart_policy:
|
|
condition: on-failure
|
|
|
|
networks:
|
|
host_network:
|
|
external: true
|
|
name: host
|