Files
docker-website/docker-compose.yml

19 lines
321 B
YAML
Executable File

version: '3.7'
services:
pegazio:
image: pegazio
build: .
container_name: pegazio
restart: unless-stopped
ports:
- $PORT:3000
environment:
VIRTUAL_HOST: '${DOMAIN}'
LETSENCRYPT_HOST: '${DOMAIN}'
PUID: '${PUID}'
PGID: '${PGID}'
networks:
default:
name: pegaz