This website works better with JavaScript.
Home
Explore
Help
Sign In
valere
/
virages
Watch
1
Star
0
Fork
0
Code
Issues
2
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
clean reinstall
master
valere
7 months ago
parent
520c0555d0
commit
61c4829252
2 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.nvmrc
+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}"
Write
Preview
Loading…
Cancel
Save