10 lines
229 B
YAML
10 lines
229 B
YAML
services:
|
|
admin_front:
|
|
container_name: admin_front
|
|
restart: unless-stopped
|
|
image: gitea.pena/penaside/adminfront/staging:$GITHUB_RUN_NUMBER
|
|
ports:
|
|
- 10.7.0.18:80:80
|
|
- 10.7.0.18:443:443
|
|
tty: true
|