Initial commit

This commit is contained in:
Colin Diem
2021-04-04 03:45:08 +00:00
commit 990da5d091
8 changed files with 191 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
version: '2'
services:
proxy:
container_name: rev-proxy
build: ./
networks:
- blog
- bitwarden
- gitea
ports:
- 80:80
- 443:443
networks:
blog:
external:
name: blog_default
bitwarden:
external:
name: bitwarden_default
gitea:
external:
name: gitea