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