WIP: Prebuilt docker image #803

Draft
floatingghost wants to merge 37 commits from customizable-docker-db into develop
Showing only changes of commit 9e480ab73e - Show all commits

View file

@ -22,7 +22,7 @@ services:
target: /var/lib/postgresql/data target: /var/lib/postgresql/data
akkoma: akkoma:
image: akkoma:latest image: akkoma/akkoma:latest
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - .env
@ -39,7 +39,7 @@ services:
"127.0.0.1:4000:4000", "127.0.0.1:4000:4000",
] ]
volumes: volumes:
- .:/opt/akkoma - ./config/prod.secret.exs:/opt/akkoma/config.exs
# Copy this into docker-compose.override.yml and uncomment there if you want to use a reverse proxy # Copy this into docker-compose.override.yml and uncomment there if you want to use a reverse proxy
#proxy: #proxy: