Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
iberculturaviva
iberculturaviva-mapas
Commits
2310779c
Commit
2310779c
authored
3 years ago
by
daphne martins
Browse files
Options
Download
Email Patches
Plain Diff
corrige docker-compose de desenvolvimento
parent
2676babf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
dev-scripts/docker-compose.local.yml
dev-scripts/docker-compose.local.yml
+3
-5
No files found.
dev-scripts/docker-compose.local.yml
View file @
2310779c
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment