parent
80a3c8fc01
commit
054c149d12
@ -0,0 +1,4 @@ |
|||||||
|
backups/borg_passphrase.txt |
||||||
|
**/*~ |
||||||
|
**/*.kate-swp |
||||||
|
|
@ -0,0 +1,14 @@ |
|||||||
|
version: '3' |
||||||
|
services: |
||||||
|
example.org: |
||||||
|
image: flashspys/nginx-static |
||||||
|
environment: |
||||||
|
- VIRTUAL_HOST=static.cttue.de |
||||||
|
- LETSENCRYPT_HOST=static.cttue.de |
||||||
|
- VIRTUAL_PORT=80 |
||||||
|
volumes: |
||||||
|
- ./wwwroot:/static |
||||||
|
|
||||||
|
networks: |
||||||
|
cttue_web_services: |
||||||
|
external: true |
Loading…
Reference in new issue