Files
docker-website/docker-compose.yml
2022-11-13 20:40:18 +01:00

20 lines
354 B
YAML
Executable File

version: "3.7"
services:
test:
image: node
container_name: pegazio
restart: unless-stopped
ports:
- $PORT:$PORT_EXPOSED
volumes:
- "${MEDIA_DIR}:/media"
environment:
VIRTUAL_HOST: "${DOMAIN}"
LETSENCRYPT_HOST: "${DOMAIN}"
PUID: "${PUID}"
PGID: "${PGID}"
networks:
default:
name: pegaz