serge/docker-compose.dev.yml
Jon Pro b94dd89eb4
fix: User Management (#1394)
* Fix a few major issues with users

* Fix issue where production won't load chats

* Change to scrypt

* production works now

* Move debug opts into dev

* code review suggestions
2024-08-03 09:32:26 -04:00

20 lines
383 B
YAML

services:
serge:
restart: on-failure
build:
context: .
dockerfile: Dockerfile.dev
volumes:
- ./web:/usr/src/app/web/:z
- ./api:/usr/src/app/api/:z
- datadb:/data/db
- weights:/usr/src/app/weights/
- /etc/localtime:/etc/localtime:ro
ports:
- 8008:8008
- 9124:9124
- 5678:5678
volumes:
datadb:
weights: