Update docker-compose.yml

pull/2/head
Who? 2024-09-10 20:39:52 +07:00 committed by GitHub
parent fc9e9e7037
commit 73e52e112a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 10 additions and 12 deletions

View File

@ -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: