adminFront/deployments/staging/docker-compose.yaml
skeris 947431127a
Some checks failed
Deploy / CreateImage (push) Failing after 15m7s
Deploy / DeployService (push) Has been skipped
move uikit to gitea
2025-01-28 03:02:42 +03:00

11 lines
249 B
YAML

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