You've already forked focalboard
							
							
				mirror of
				https://github.com/mattermost/focalboard.git
				synced 2025-10-31 00:17:42 +02:00 
			
		
		
		
	update docker-compose for dependency handling
This commit is contained in:
		| @@ -4,6 +4,8 @@ services: | ||||
|     build: | ||||
|       context: ./ | ||||
|     container_name: focalboard | ||||
|     depends_on: | ||||
|       - focalboard-db | ||||
|     expose:  | ||||
|       - 8000 | ||||
|     environment: | ||||
|   | ||||
| @@ -2,7 +2,7 @@ version: "3" | ||||
| services: | ||||
|   app: | ||||
|     build: | ||||
|       context: ./docker | ||||
|       context: ./ | ||||
|     container_name: focalboard | ||||
|     ports:  | ||||
|       - 80:8000 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user