WIP: Prebuilt docker image #803

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

View file

@ -61,6 +61,9 @@ RUN ln -s $HOME/bin/pleroma /bin/akkoma
RUN ln -s $HOME/bin/pleroma_ctl /bin/pleroma_ctl
RUN ln -s $HOME/bin/pleroma_ctl /bin/akkoma_ctl
RUN mkdir -p /etc/akkoma
ENV AKKOMA_CONFIG_PATH=/etc/akkoma/config.exs
ADD docker-entrypoint.sh $HOME/docker-entrypoint.sh
USER $UNAME

View file

@ -39,7 +39,7 @@ services:
"127.0.0.1:4000:4000",
]
volumes:
- ./config/prod.secret.exs:/opt/akkoma/config.exs
- ./config/prod.secret.exs:/etc/akkoma/config.exs
# Copy this into docker-compose.override.yml and uncomment there if you want to use a reverse proxy
#proxy: