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

Commit

Permalink
加compose較好更新
Browse files Browse the repository at this point in the history
  • Loading branch information
sih4sing5hong5 committed Nov 16, 2018
1 parent 561731d commit d0c09d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '3.5'

services:
gunicorn:
build: .
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"
environment:
VIRTUAL_HOST: "xn--iwqtoz61h.xn--v0qr21b.xn--kpry57d"
VIRTUAL_PORT: 8000

0 comments on commit d0c09d2

Please sign in to comment.