14 lines
No EOL
247 B
Text
14 lines
No EOL
247 B
Text
[Unit]
|
|
Description=DASIG-STATIC
|
|
|
|
[Container]
|
|
ContainerName=${CONTAINER_NAME}
|
|
Image=localhost/${CONTAINER_NAME}:latest
|
|
PublishPort=${PORT}:4321
|
|
|
|
[Service]
|
|
Restart=always
|
|
EnvironmentFile=dasig.env
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target default.target |