WIP: Prebuilt docker image #803

Draft
floatingghost wants to merge 37 commits from customizable-docker-db into develop
2 changed files with 6 additions and 0 deletions
Showing only changes of commit 0a7b074508 - Show all commits

View file

@ -68,4 +68,8 @@ ADD docker-entrypoint.sh $HOME/docker-entrypoint.sh
USER $UNAME
VOLUME uploads /opt/akkoma/uploads
VOLUME instance /opt/akkoma/instance
VOLUME config /etc/akkoma/config.exs
CMD ["/opt/akkoma/docker-entrypoint.sh"]

View file

@ -36,6 +36,8 @@ services:
]
volumes:
- ./config/prod.secret.exs:/etc/akkoma/config.exs
- ./uploads:/opt/akkoma/uploads
- ./instance:/opt/akkoma/instance
# Copy this into docker-compose.override.yml and uncomment there if you want to use a reverse proxy
#proxy: