FEAT: add deploy files
This commit is contained in:
20
docker-compose.yml
Executable file
20
docker-compose.yml
Executable 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
|
Reference in New Issue
Block a user