You've already forked hastebin-ansi
mirror of
https://github.com/armbian/hastebin-ansi.git
synced 2026-01-06 12:30:55 -08:00
14 lines
280 B
YAML
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"
|