mirror of
https://github.com/fscotto/infra.git
synced 2026-09-27 19:03:47 +00:00
22 lines
478 B
Django/Jinja
22 lines
478 B
Django/Jinja
# Managed by Ansible. Do not edit manually.
|
|
[Unit]
|
|
Description=Atlas Nginx Proxy Manager
|
|
|
|
[Container]
|
|
ContainerName=atlas-npm
|
|
Image={{ atlas_npm_image }}
|
|
Network=atlas-media.network
|
|
NetworkAlias=atlas-npm
|
|
PublishPort=80:80
|
|
PublishPort=443:443
|
|
PublishPort={{ atlas_npm_admin_bind_address }}:81:81
|
|
Volume={{ atlas_npm_data_dir }}:/data:Z
|
|
Volume={{ atlas_npm_letsencrypt_dir }}:/etc/letsencrypt:Z
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=900
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|