adminFront/deployments/main/docker-compose.yaml
skeris 997d30d269
All checks were successful
Deploy / CreateImage (push) Successful in 5m34s
Deploy / DeployService (push) Successful in 20s
revert
2025-07-23 13:58:05 +03:00

10 lines
216 B
YAML

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