adminFront/deployments/staging/docker-compose.yaml
skeris fa19bc502e
All checks were successful
Deploy / DeployService (push) Successful in 28s
xdeploy by push to registry
2025-01-29 02:17:43 +03:00

11 lines
271 B
YAML

version: "3.3"
services:
admin_front:
container_name: admin_front
restart: unless-stopped
image: gitea.pena:3000/penaside/adminfront:staging.a6f3ab6136f69ad770aa31b2a67500e196e9ba4b
ports:
- 10.7.0.18:80:80
- 10.7.0.18:443:443
tty: true