Browse Source

clean reinstall

master
valere 7 months ago
parent
commit
61c4829252
2 changed files with 2 additions and 3 deletions
  1. +1
    -0
      .nvmrc
  2. +1
    -3
      docker-compose.yml

+ 1
- 0
.nvmrc View File

@@ -0,0 +1 @@
18.20.2

+ 1
- 3
docker-compose.yml View File

@@ -1,13 +1,11 @@
services:

virages:
image: alpine
build: .
container_name: virages
restart: unless-stopped
ports:
- $PORT:3000
volumes:
- "${MEDIA_DIR}:/mnt/media"
environment:
VIRTUAL_HOST: "${DOMAIN}"
LETSENCRYPT_HOST: "${DOMAIN}"


Loading…
Cancel
Save