Files
docker-website/docker-compose.yml
2022-12-06 19:31:52 +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