forked from jchomaz/Vulture
15 lines
348 B
Plaintext
15 lines
348 B
Plaintext
[Unit]
|
|
Description=Pod Vulture pour le Broker MQTT et les Applications Node
|
|
Wants=network-online.target
|
|
After=network-online.target
|
|
|
|
[Pod]
|
|
# Mappings de ports : Host:Container (ces ports sont partagés par tous les conteneurs)
|
|
PublishPort=8080:80
|
|
PublishPort=1883:1883
|
|
PublishPort=8083:8083
|
|
PublishPort=8883:8883
|
|
|
|
[Install]
|
|
WantedBy=default.target
|