A free and open source donation management system.
925
The source, the license, and some instructions can be found on SourceHut
version: "3.9"
services:
fosspay:
#build: .
image: mpldr/fosspay:latest
ports:
- "5000:5000"
volumes:
- ./config:/config
depends_on:
- postgres
postgres:
image: postgres:14-alpine
restart: always
environment:
POSTGRES_USER: fosspay
POSTGRES_PASSWORD: JMrdeBmdRqmuGExr4wuD8XKy_changeme
POSTGRES_DB: fosspay
PGDATA: /data
volumes:
- ./data:/data
Content type
Image
Digest
sha256:b296c4beb…
Size
115.8 MB
Last updated
over 3 years ago
docker pull mpldr/fosspay