This commit is contained in:
parent
1e703bf393
commit
9833393773
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
|
/data/
|
||||||
/.vscode
|
/.vscode
|
||||||
/.sass-cache
|
/.sass-cache
|
||||||
/node_modules/
|
/node_modules/
|
||||||
|
@ -7,8 +7,11 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
VIRTUAL_HOST: uechi.io
|
VIRTUAL_HOST: uechi.io
|
||||||
LETSENCRYPT_HOST: uechi.io
|
LETSENCRYPT_HOST: uechi.io
|
||||||
|
volumes:
|
||||||
|
- "./data:/var/www/html/✨/:ro"
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: "true"
|
com.centurylinklabs.watchtower.enable: "true"
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
name: webproxy
|
name: webproxy
|
||||||
|
@ -6,3 +6,5 @@ services:
|
|||||||
build: .
|
build: .
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8080:80"
|
||||||
|
volumes:
|
||||||
|
- "./data:/var/www/html/✨/:ro"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user