Files
hastebin-ansi/docker-compose.yaml
2025-03-17 14:19:17 +03:00

14 lines
280 B
YAML

version: '3.0'
services:
haste-server:
build: .
environment:
- STORAGE_TYPE=file
- STORAGE_FILE_PATH=/app/pastes
ports:
- "7777:7777"
volumes:
- ./config.yaml:/app/config.yaml
- ./about.md:/app/about.md
- "./data:/app/pastes"