Skip to content

Commit

Permalink
Merge pull request #36 from s0er3n/self_hosting
Browse files Browse the repository at this point in the history
fix: missing gmaps in env
  • Loading branch information
s0er3n authored Jan 21, 2024
2 parents c1c1d0b + 4940379 commit d3fec37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ services:
- branch
- VITE_SUPABASE_URL
- VITE_SUPABASE_KEY
- VITE_GMAPSAPI
ports:
# - "80:80"
- "3000:80"
Expand All @@ -26,6 +27,7 @@ services:
- VITE_DOMAIN=${VITE_DOMAIN}
- VITE_SUPABASE_URL=${VITE_SUPABASE_URL}
- VITE_SUPABASE_KEY=${VITE_SUPABASE_KEY}
- VITE_GMAPSAPI=${VITE_GMAPSAPI}
networks:
default:
name: backend
1 change: 0 additions & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
server {
listen 80;
listen [::]:80;
server_name localhost;


location / {
Expand Down

0 comments on commit d3fec37

Please sign in to comment.