mirror of
https://github.com/github-tijlxyz/khatru-pyramid.git
synced 2025-04-19 18:31:18 +00:00
16 lines
253 B
YAML
16 lines
253 B
YAML
version: '3'
|
|
|
|
services:
|
|
khatru-invite:
|
|
restart: unless-stopped
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
ports:
|
|
- 3334:3334
|
|
volumes:
|
|
- ./users.json:/app/users.json
|
|
- ./db:/app/db
|
|
env_file:
|
|
- .env
|