Skip to content

Commit

Permalink
full path
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Jan 4, 2024
1 parent 67c795a commit c0f1513
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ yarn-debug.log*

/public/sw.js*
coverage/
.local
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- 80:80
- 443:443
volumes:
- ./.local/share/docker/certs:/etc/ssl/certs
- /home/dockerexec/.local/share/docker/certs:/etc/ssl/certs
app:
build: .
volumes:
Expand Down Expand Up @@ -90,7 +90,7 @@ services:
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD:-decidim}
- POSTGRES_DB=${POSTGRES_DB:-decidim}
volumes:
- ./.local/share/docker/certs:/certs
- /home/dockerexec/.local/share/docker/certs:/certs
- pg_data:/var/lib/postgresql/data
redis:
image: redis
Expand Down

0 comments on commit c0f1513

Please sign in to comment.