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