mirror of https://github.com/coddrago/Heroku
new docker compose.yml
parent
205e756458
commit
f44d5737bb
|
@ -1,4 +1,3 @@
|
||||||
version: "3"
|
|
||||||
services:
|
services:
|
||||||
worker:
|
worker:
|
||||||
build:
|
build:
|
||||||
|
@ -11,4 +10,4 @@ services:
|
||||||
- "${EXTERNAL_PORT:-8080}:8080"
|
- "${EXTERNAL_PORT:-8080}:8080"
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
worker:
|
worker:
|
Loading…
Reference in New Issue