log to docker
This commit is contained in:
parent
7f46a6e305
commit
a46234fb50
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: osg.dockerfile
|
dockerfile: osg.dockerfile
|
||||||
|
|
||||||
image: osg:32 # <--automate this number change to trigger stack redeploy.
|
image: osg:33 # <--automate this number change to trigger stack redeploy.
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
DOCKER: "true"
|
DOCKER: "true"
|
||||||
HOSTPREFIX: "osg.jkdev.org"
|
HOSTPREFIX: "osg.jkdev.org"
|
||||||
PYTHONUNBUFFERED: "0"
|
PYTHONUNBUFFERED: "1"
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "8312:8080"
|
- "8312:8080"
|
||||||
|
|
Loading…
Add table
Reference in a new issue