akkoma/docker-compose.yaml
Your Name dc401d5247 fix
2023-03-27 09:38:43 -06:00

28 lines
469 B
YAML

version: '3'
services:
akkoma:
build: .
restart: "always"
volumes:
- postgresql:/var/lib/postgresql
- ./config:/etc/akkoma
- ./uploads:/var/lib/akkoma/uploads
- ./emoji:/var/lib/akkoma/static/emoji
- ./saves:/saves
ports:
- "443:443"
networks:
- akkoma
environment:
ENDPOINT: "localhost"
privileged: true
networks:
akkoma:
volumes:
postgresql:
external: false