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