Update volume bindings; fix logo

This commit is contained in:
cori.schlegel 2024-01-14 04:56:51 +00:00 committed by cori
parent 51fef8166e
commit 2224636245
5 changed files with 2 additions and 2 deletions

0
apps/atuin/config.json Normal file → Executable file
View File

4
apps/atuin/docker-compose.yml Normal file → Executable file
View File

@ -5,7 +5,7 @@ services:
image: ghcr.io/atuinsh/atuin:latest
command: server start
volumes:
- "./config:/config"
- "${APP_DATA_DIR}:/config"
links:
- postgresql:db
ports:
@ -46,7 +46,7 @@ services:
image: postgres:14
restart: unless-stopped
volumes: # Don't remove permanent storage for index database files!
- "./database:/var/lib/postgresql/data/"
- "${APP_DATA_DIR}/data:/var/lib/postgresql/data/"
environment:
POSTGRES_USER: atuin
POSTGRES_PASSWORD: really-insecure

0
apps/atuin/metadata/description.md Normal file → Executable file
View File

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB