Files
docker-website/docker-compose.yml
2023-06-08 16:21:02 +02:00

18 lines
304 B
YAML
Executable File

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