Skip to content

Commit

Permalink
Improve docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Jun 11, 2024
1 parent 2bbe330 commit bf61044
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ services:
- POSTGRES_USER=decidim_zuerich
- POSTGRES_PASSWORD=dN5GH8y3lX
- POSTGRES_DB=decidim_zuerich_development
- POSTGRES_HOST_AUTH_MEMTHOD=trust
ports:
- 5432:5432
- '127.0.0.1:5432:5432'
volumes:
- pg-data:/var/lib/postgresql/data
#- ./.docker/00-prepare-for-prod-dump.sql:/docker-entrypoint-initdb.d/00-prepare-for-prod-dump.sql
#- ./.docker/database-init.sql:/docker-entrypoint-initdb.d/database-init.sql
cache:
image: memcached:1.5-alpine
image: memcached:alpine
command: [ memcached, -l, '0.0.0.0', -p, '11211' ]
webpack:
<<: *app
Expand Down

0 comments on commit bf61044

Please sign in to comment.