mirror of https://github.com/coddrago/Heroku
Update docker-compose.yml
parent
fc9e9e7037
commit
73e52e112a
|
@ -1,14 +1,12 @@
|
||||||
version: "3"
|
version: "3"
|
||||||
services:
|
services:
|
||||||
worker:
|
worker:
|
||||||
container_name: "hikka-worker"
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
volumes:
|
volumes:
|
||||||
- worker:/data
|
- worker:/data
|
||||||
stop_signal: SIGINT
|
stop_signal: SIGINT
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: "python -m hikka"
|
|
||||||
ports:
|
ports:
|
||||||
- "${EXTERNAL_PORT:-8080}:8080"
|
- "${EXTERNAL_PORT:-8080}:8080"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue