12 lines
275 B
YAML
12 lines
275 B
YAML
services:
|
|
router:
|
|
container_name: router
|
|
hostname: router
|
|
tty: true
|
|
restart: unless-stopped
|
|
image: gitea.pena/penaside/nginx-proxy/staging:$GITHUB_RUN_NUMBER
|
|
ports:
|
|
- 92.38.153.12:80:80
|
|
- 92.38.153.12:443:443
|
|
- 10.7.0.18:9123:9123
|