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" 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 ports:
command: "python -m hikka" - "${EXTERNAL_PORT:-8080}:8080"
ports:
- "${EXTERNAL_PORT:-8080}:8080"
volumes: volumes:
worker: worker: