All checks were successful
Build and Push Container / build-and-push (push) Successful in 13s
19 lines
384 B
Plaintext
19 lines
384 B
Plaintext
[Container]
|
|
ContainerName=alicia_demo
|
|
PublishPort=8080:8080/tcp
|
|
Image=gitea.reeseapps.com/services/alicia-ai-terminology:main
|
|
HealthCheckInterval=30s
|
|
HealthCheckTimeout=10s
|
|
HealthCheckRetries=5
|
|
HealthCheckCommand=WGET --spider --quiet http://localhost:8080
|
|
|
|
[Unit]
|
|
Description=Alicia Demo Web Service
|
|
|
|
[Service]
|
|
TimeoutStartSec=0
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=default.target
|