Compare commits
2 Commits
c5490472b9
...
f0ad347d7d
Author | SHA1 | Date |
---|---|---|
root | f0ad347d7d | |
root | 01919140ba |
|
@ -5,7 +5,7 @@ services:
|
|||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- ./storage-data:/var/lib/outline/data
|
||||
- /mnt/data:/var/lib/outline/data
|
||||
depends_on:
|
||||
- postgres
|
||||
- redis
|
||||
|
@ -46,7 +46,7 @@ services:
|
|||
ports:
|
||||
- 5432:5432
|
||||
volumes:
|
||||
- ./database-data:/var/lib/postgresql/data
|
||||
- /mnt/database:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD
|
||||
|
@ -56,4 +56,4 @@ services:
|
|||
POSTGRES_USER: ${POSTGRES_USER}
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
|
||||
POSTGRES_DB: ${POSTGRES_DB}
|
||||
restart: unless-stopped
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Reference in New Issue