#228 use nginx as proxy

This commit is contained in:
Jan Prochazka
2022-02-26 09:54:14 +01:00
parent 6113547304
commit 462f985406
5 changed files with 57 additions and 2 deletions

View File

@@ -3,8 +3,8 @@
version: "3"
services:
dbgate:
# build: docker
image: dbgate/dbgate:beta-alpine
build: docker
# image: dbgate/dbgate:beta-alpine
restart: always
ports:
- 3100:3000
@@ -17,6 +17,12 @@ services:
environment:
WEB_ROOT: /dbgate
proxy:
# image: nginx
build: test/nginx
ports:
- 8082:80
# volumes:
# - /home/jena/test/chinook:/mnt/sqt
# environment: