Files
docker-website/docker-compose.yml
2022-11-25 19:51:13 +01:00

21 lines
350 B
YAML
Executable File

version: "3.7"
services:
pegazio:
image: pegazio
build: .
container_name: pegazio
restart: unless-stopped
ports:
- $PORT:80
volumes:
- $PWD:/app
environment:
VIRTUAL_HOST: "${DOMAIN}"
LETSENCRYPT_HOST: "${DOMAIN}"
PUID: "${PUID}"
PGID: "${PGID}"
networks:
default:
name: pegaz