Commit 2310779c authored by daphne martins's avatar daphne martins
Browse files

corrige docker-compose de desenvolvimento

parent 2676babf
......@@ -7,7 +7,7 @@ services:
ports:
- "80:80"
volumes:
- ../../mapasculturais/src/protected/application/lib:/var/www/html/protected/application/lib
- ../docker-data/assets:/var/www/html/assets
- ../docker-data/public-files:/var/www/html/files
......@@ -25,7 +25,7 @@ services:
environment:
- PENDING_PCACHE_RECREATION_INTERVAL=10
- APP_MODE=development
- ACTIVE_THEME=IberCulturaViva
depends_on:
- db
......@@ -41,9 +41,7 @@ services:
ports:
- "5432:5432"
volumes:
# - ../compose/local/db/dump.sql:/docker-entrypoint-initdb.d/dump.sql
- ../compose/local/db/schema.sql:/docker-entrypoint-initdb.d/schema.sql
- ../compose/local/db/initial-data.sql:/docker-entrypoint-initdb.d/initial-data.sql
- ../compose/local/db/dump.sql:/docker-entrypoint-initdb.d/dump.sql
- ibercultura-db-data:/var/lib/postgresql/data
volumes:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment