adminFront/deployments/main/docker-compose.yaml

11 lines
228 B
YAML
Raw Normal View History

2024-01-27 13:48:27 +00:00
services:
admin_front:
restart: unless-stopped
2025-07-23 10:58:05 +00:00
image: gitea.pena/penaside/adminfront/main:latest
2024-01-27 13:48:27 +00:00
hostname: admin
ports:
2025-02-28 21:41:02 +00:00
- 10.8.0.131:80:80
- 10.8.0.131:443:443
2024-01-27 13:48:27 +00:00
tty: true
2025-07-23 10:58:05 +00:00
pull_policy: always