mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 02:06:01 +00:00
#228 use nginx as proxy
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user