All checks were successful
Build and Push Container / build-and-push (push) Successful in 17s
20 lines
377 B
Plaintext
20 lines
377 B
Plaintext
[Container]
|
|
ContainerName=alicia_demo
|
|
PublishPort=8081:80/tcp
|
|
Image=gitea.reeseapps.com/services/alicia-ai-terminology:main
|
|
HealthCmd=WGET --spider --quiet http://localhost:80
|
|
HealthInterval=30s
|
|
HealthTimeout=10s
|
|
HealthRetries=5
|
|
HealthOnFailure=kill
|
|
|
|
[Unit]
|
|
Description=Alicia Demo Web Service
|
|
|
|
[Service]
|
|
TimeoutStartSec=0
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|