1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-31 23:16:22 -07:00
gochan/docker/docker-compose-sqlite.yml
2024-11-07 12:11:47 -08:00

15 lines
391 B
YAML

services:
gochan:
build:
context: ..
dockerfile: docker/Dockerfile
args:
- GOCHAN_DBTYPE=sqlite3
- GOCHAN_DBHOST=\/var\/lib\/gochan\/gochan.db
container_name: gochan-server
ports:
- "80:80"
volumes:
- ./volumes/gochan/log:/var/log/gochan
- ./volumes/gochan/www:/var/www/gochan
- ./volumes/gochan/db:/var/lib/gochan