Files
docker-website/docker-compose.yml
2022-11-14 00:19:33 +01:00

20 lines
357 B
YAML
Executable File

version: "3.7"
services:
test:
image: node:18
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