FEAT: add deploy files

This commit is contained in:
prosety
2022-11-13 20:40:18 +01:00
parent fc0803af46
commit edbd47e351
3 changed files with 130 additions and 0 deletions

20
docker-compose.yml Executable file
View File

@@ -0,0 +1,20 @@
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