mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-04 21:06:24 +00:00
13 lines
199 B
YAML
13 lines
199 B
YAML
services:
|
|
web:
|
|
build: .
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./db.sqlite3:/app/db.sqlite3
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- DEBUG=False
|
|
- ALLOWED_HOSTS=*
|