Files
docker-infrastructure/rackpeek/docker-compose.yaml
T

19 lines
407 B
YAML

services:
rackpeek:
container_name: rackpeek
image: aptacode/rackpeek:latest
ports:
- "8081:8080"
volumes:
- /srv/rackpeek-config:/app/config
environment:
- VIRTUAL_HOST=rackpeek.kolpacksoftware.com
- VIRTUAL_PORT=8081
- LETSENCRYPT_HOST=rackpeek.kolpacksoftware.com
restart: unless-stopped
networks:
default:
external:
name: npm-network