adminFront/deployments/staging/docker-compose.yaml

11 lines
271 B
YAML
Raw Normal View History

2023-02-24 19:48:57 +00:00
version: "3.3"
2023-02-21 19:55:00 +00:00
services:
admin_front:
2023-02-21 19:55:00 +00:00
container_name: admin_front
restart: unless-stopped
2025-01-28 12:43:03 +00:00
image: gitea.pena:3000/penaside/adminfront:staging.a6f3ab6136f69ad770aa31b2a67500e196e9ba4b
2024-01-21 18:47:54 +00:00
ports:
2025-01-26 13:06:33 +00:00
- 10.7.0.18:80:80
- 10.7.0.18:443:443
tty: true