khatru-pyramid/docker-compose.yaml

16 lines
253 B
YAML
Raw Permalink Normal View History

version: '3'
services:
khatru-invite:
restart: unless-stopped
2023-11-04 17:49:31 +01:00
build:
context: .
dockerfile: Dockerfile
ports:
2023-10-11 22:26:31 +02:00
- 3334:3334
volumes:
2023-11-04 17:49:31 +01:00
- ./users.json:/app/users.json
- ./db:/app/db
env_file:
- .env