mirror of
https://github.com/kremalicious/umami.git
synced 2024-12-12 20:47:38 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
0d3fafeb2e
@ -11,6 +11,7 @@ services:
|
|||||||
HASH_SALT: replace-me-with-a-random-string
|
HASH_SALT: replace-me-with-a-random-string
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
|
restart: always
|
||||||
db:
|
db:
|
||||||
image: postgres:12-alpine
|
image: postgres:12-alpine
|
||||||
environment:
|
environment:
|
||||||
@ -20,5 +21,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./sql/schema.postgresql.sql:/docker-entrypoint-initdb.d/schema.postgresql.sql:ro
|
- ./sql/schema.postgresql.sql:/docker-entrypoint-initdb.d/schema.postgresql.sql:ro
|
||||||
- umami-db-data:/var/lib/postgresql/data
|
- umami-db-data:/var/lib/postgresql/data
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
umami-db-data:
|
umami-db-data:
|
||||||
|
Loading…
Reference in New Issue
Block a user