Update volume bindings; fix logo
This commit is contained in:
parent
51fef8166e
commit
2224636245
0
apps/atuin/config.json
Normal file → Executable file
0
apps/atuin/config.json
Normal file → Executable file
4
apps/atuin/docker-compose.yml
Normal file → Executable file
4
apps/atuin/docker-compose.yml
Normal file → Executable 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
0
apps/atuin/metadata/description.md
Normal file → Executable file
BIN
apps/atuin/metadata/logo.jpg
Normal file
BIN
apps/atuin/metadata/logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
Loading…
Reference in New Issue
Block a user