logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/

docker-compose.yml (639B)


  1. services:
  2. pleroma:
  3. build:
  4. context: .
  5. dockerfile: Dockerfile
  6. image: pleroma-host-release-wrapper:ubuntu24
  7. init: true
  8. network_mode: host
  9. restart: unless-stopped
  10. environment:
  11. HOME: /opt/pleroma
  12. LANG: C.UTF-8
  13. LC_ALL: C.UTF-8
  14. ELIXIR_ERL_OPTIONS: "+fnu"
  15. # Set to 0 to skip running migrations on container start.
  16. PLEROMA_RUN_MIGRATIONS: "1"
  17. volumes:
  18. # Existing OTP release installation (host)
  19. - /opt/pleroma:/opt/pleroma:rw
  20. # Existing config + uploads + static (host)
  21. - /etc/pleroma:/etc/pleroma:rw
  22. - /var/lib/pleroma:/var/lib/pleroma:rw