formatting 😡
This commit is contained in:
		| @@ -7,27 +7,28 @@ services: | |||||||
|       - 5etools |       - 5etools | ||||||
|  |  | ||||||
|   foundry: |   foundry: | ||||||
| 		container_name: foundryVTT |     container_name: foundryVTT | ||||||
| 		image: felddy/foundryvtt:release |     image: felddy/foundryvtt:release | ||||||
| 		volumes: |     volumes: | ||||||
| 			- type: bind |       - type: bind | ||||||
| 				source: /home/david/mad-mage/foundry_data |         source: /home/david/mad-mage/foundry_data | ||||||
|         target: /data |         target: /data | ||||||
| 		environment: |     environment: | ||||||
| 			- CONTAINER_PRESERVE_CONFIG = true |       - CONTAINER_PRESERVE_CONFIG = true | ||||||
| 		secrets: |     secrets: | ||||||
| 			-	config_json:config.json |       - source: config_json | ||||||
| 		networks: |         target: config.json	 | ||||||
| 			- foundry |     networks: | ||||||
|  |       - foundry | ||||||
|  |  | ||||||
| secrets: | secrets: | ||||||
| 	config_json: |   config_json: | ||||||
| 	file: secrets.json |     file: ./secrets.json | ||||||
|  |  | ||||||
| networks: | networks: | ||||||
|   5etools: |   5etools: | ||||||
|     name: nginx |     name: nginx | ||||||
|     external: true |     external: true | ||||||
|   foundry: |   foundry: | ||||||
| 		name: nginx |     name: nginx | ||||||
| 		external: true |     external: true | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user