Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 637 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 637 Bytes

Running in Docker Stack

Structure

server:
    dockerHost:
        ip: 192.168.0.2
        stack:
            network: 172.20.1.1/29
            # exposes port 5432 from the proxy
            # uses ips from 172.20.1.1 - 172.20.1.5

Install

you may edit the ./szurubooru/ from the used volumes

  • add folders to your base volume folder as:
    • config
    • data
    • sql

add enviroment variables

POSTGRES_USER=szurubooru
POSTGRES_PASSWORD=szurubooru
THREADS=4

HOST_URL=http://192.168.0.2
PORT_PROXY=5432
DEBUG=0