adminFront/deployments/main/docker-compose.yaml
skeris 3bd4157154
Some checks failed
Deploy / CreateImage (push) Failing after 39s
Deploy / DeployService (push) Successful in 20s
--
2025-06-18 00:09:23 +03:00

10 lines
202 B
YAML

services:
admin_front:
restart: unless-stopped
image: gitea.pena/penaside/adminfront/main:1102
hostname: admin
ports:
- 10.8.0.131:80:80
- 10.8.0.131:443:443
tty: true