Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
配合 nginx-proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
sih4sing5hong5 committed Dec 27, 2018
1 parent aa61991 commit d56dac0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,13 @@ services:
command: gunicorn siunn1ua2ah4.wsgi --log-level DEBUG -w 2 -b 0.0.0.0:8000
volumes:
- ./hok8_bu7/local.py:/usr/local/hok8-bu7/hok8_bu7/local.py
expose:
- "8000"
networks:
- default
- nginx-bridge
environment:
VIRTUAL_HOST: "xn--iwqtoz61h.xn--v0qr21b.xn--kpry57d"
VIRTUAL_PORT: 8000

networks:
nginx-bridge:
external: true

0 comments on commit d56dac0

Please sign in to comment.