2023-02-21 19:55:00 +00:00
|
|
|
services:
|
2023-03-27 17:37:51 +00:00
|
|
|
admin_front:
|
2023-02-21 19:55:00 +00:00
|
|
|
container_name: admin_front
|
|
|
|
restart: unless-stopped
|
2025-02-10 14:03:52 +00:00
|
|
|
image: gitea.pena/penaside/adminfront/staging:$GITHUB_RUN_NUMBER
|
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
|
2023-02-22 14:21:38 +00:00
|
|
|
tty: true
|