mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	expanding tabs in yaml file
This commit is contained in:
		| @@ -3,13 +3,13 @@ version: '2.1' | ||||
| services: | ||||
|     webserver: | ||||
|         build: ./ | ||||
| 	# uncomment the following line to start automatically on system boot | ||||
| 	# restart: always | ||||
|         # uncomment the following line to start automatically on system boot | ||||
|         # restart: always | ||||
|         ports: | ||||
|             # You can adapt the port you want Paperless to listen on by | ||||
|             # modifying the part before the `:`. | ||||
|             - "8000:8000" | ||||
| 	healthcheck: | ||||
|         healthcheck: | ||||
|             test: ["CMD", "curl" , "-f", "http://localhost:8000"] | ||||
|             interval: 30s | ||||
|             timeout: 10s | ||||
| @@ -28,9 +28,9 @@ services: | ||||
|  | ||||
|     consumer: | ||||
|         build: ./ | ||||
| 	# uncomment the following line to start automatically on system boot | ||||
| 	# restart: always | ||||
| 	depends_on: | ||||
|         # uncomment the following line to start automatically on system boot | ||||
|         # restart: always | ||||
|         depends_on: | ||||
|             webserver: | ||||
|                 condition: service_healthy | ||||
|         volumes: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Georgi Todorov
					Georgi Todorov