Files
docker-website/docker-compose.yml
2022-11-14 10:54:26 +01:00

21 lines
361 B
YAML
Executable File

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