adminFront/deployments/staging/docker-compose.yaml
skeris abcdbe4225
All checks were successful
Deploy / CreateImage (push) Successful in 9m36s
Deploy / DeployService (push) Successful in 22s
try to fix autodeploy
2025-02-10 22:00:21 +03:00

10 lines
229 B
YAML

services:
admin_front:
container_name: admin_front
restart: unless-stopped
image: gitea.pena/penaside/adminfront/staging:$GITHUB_RUN_NUMBER
ports:
- 10.7.0.18:80:80
- 10.7.0.18:443:443
tty: true