Updated
This commit is contained in:
parent
82a0fd6eea
commit
4fadb54891
24 changed files with 58 additions and 84 deletions
|
|
@ -1,13 +1,14 @@
|
|||
[Unit]
|
||||
Description=DASIG-ASTRO
|
||||
Description=DASIG-STATIC
|
||||
|
||||
[Container]
|
||||
ContainerName=dasig-astro
|
||||
Image=localhost/dasig-astro
|
||||
PublishPort=4321:4321
|
||||
ContainerName=${CONTAINER_NAME}
|
||||
Image=localhost/${CONTAINER_NAME}:latest
|
||||
PublishPort=${PORT}:4321
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
EnvironmentFile=dasig.env
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue