Fix app data path.
This commit is contained in:
		
							parent
							
								
									102dd559f3
								
							
						
					
					
						commit
						98671817ee
					
				|  | @ -4,8 +4,8 @@ services: | ||||||
|     container_name: tandoor |     container_name: tandoor | ||||||
|     image: ghcr.io/tandoorrecipes/recipes:1.5.4 |     image: ghcr.io/tandoorrecipes/recipes:1.5.4 | ||||||
|     volumes: |     volumes: | ||||||
|       - ${APP_DATA_DIR}/staticfiles:/opt/recipes/staticfiles |       - ${APP_DATA_DIR}/data/staticfiles:/opt/recipes/staticfiles | ||||||
|       - ${APP_DATA_DIR}/mediafiles:/opt/recipes/mediafiles |       - ${APP_DATA_DIR}/data/mediafiles:/opt/recipes/mediafiles | ||||||
|     ports: |     ports: | ||||||
|       - ${APP_PORT}:8080 |       - ${APP_PORT}:8080 | ||||||
|     environment: |     environment: | ||||||
|  | @ -50,7 +50,7 @@ services: | ||||||
|     image: postgres:15-alpine |     image: postgres:15-alpine | ||||||
|     container_name: tandoor_db |     container_name: tandoor_db | ||||||
|     volumes: |     volumes: | ||||||
|       - ${APP_DATA_DIR}/postgresql:/var/lib/postgresql/data |       - ${APP_DATA_DIR}/data/postgresql:/var/lib/postgresql/data | ||||||
|     environment: |     environment: | ||||||
|       - POSTGRES_PORT=5432 |       - POSTGRES_PORT=5432 | ||||||
|       - POSTGRES_USER=djangodb |       - POSTGRES_USER=djangodb | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Stavros Iliopoulos
						Stavros Iliopoulos