need build context
This commit is contained in:
parent
922cae2f17
commit
e9c03f7a20
@ -10,6 +10,7 @@ services:
|
||||
gulag:
|
||||
build:
|
||||
dockerfile: ./source/gulag.Dockerfile
|
||||
context: .
|
||||
image: docker.pkg.github.com/ledlamp/gulag-dockerized/gulag
|
||||
volumes:
|
||||
- ./data:/gulag/.data
|
||||
@ -19,10 +20,11 @@ services:
|
||||
gulag-web:
|
||||
build:
|
||||
dockerfile: ./source/gulag-web.Dockerfile
|
||||
context: .
|
||||
image: docker.pkg.github.com/ledlamp/gulag-dockerized/gulag-web
|
||||
ports:
|
||||
- 127.0.0.1:5000:5000
|
||||
- 127.0.0.1:4000:5000
|
||||
volumes:
|
||||
- ./data:/gulag/.data
|
||||
- ./config/gulag-web.py:/gulag-web/config.py:ro
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
Reference in New Issue
Block a user