[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