mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 23:35:22 +01:00
expanding tabs in yaml file
This commit is contained in:
parent
3f9ea7b971
commit
10d017ebe4
1 changed files with 6 additions and 6 deletions
|
|
@ -3,13 +3,13 @@ version: '2.1'
|
||||||
services:
|
services:
|
||||||
webserver:
|
webserver:
|
||||||
build: ./
|
build: ./
|
||||||
# uncomment the following line to start automatically on system boot
|
# uncomment the following line to start automatically on system boot
|
||||||
# restart: always
|
# restart: always
|
||||||
ports:
|
ports:
|
||||||
# You can adapt the port you want Paperless to listen on by
|
# You can adapt the port you want Paperless to listen on by
|
||||||
# modifying the part before the `:`.
|
# modifying the part before the `:`.
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl" , "-f", "http://localhost:8000"]
|
test: ["CMD", "curl" , "-f", "http://localhost:8000"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
|
@ -28,9 +28,9 @@ services:
|
||||||
|
|
||||||
consumer:
|
consumer:
|
||||||
build: ./
|
build: ./
|
||||||
# uncomment the following line to start automatically on system boot
|
# uncomment the following line to start automatically on system boot
|
||||||
# restart: always
|
# restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
webserver:
|
webserver:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue