mirror of
https://github.com/serge-chat/serge.git
synced 2024-01-15 09:32:12 +03:00
15 lines
251 B
YAML
15 lines
251 B
YAML
services:
|
|
serge:
|
|
image: ghcr.io/serge-chat/serge:latest
|
|
container_name: serge
|
|
restart: unless-stopped
|
|
ports:
|
|
- 8008:8008
|
|
volumes:
|
|
- weights:/usr/src/app/weights
|
|
- datadb:/data/db/
|
|
|
|
volumes:
|
|
weights:
|
|
datadb:
|