Skip to content

Commit

Permalink
fix: docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
bookpanda committed Jan 29, 2024
1 parent 4a72dbf commit 9cad6c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker-compose-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@ services:
- APP_PORT=3004
- APP_ENV=production
- DB_URL=postgres://root:root@local-db:5432/johnjud_db
- BUCKET_ENDPOINT=BUCKET_ENDPOINT
- BUCKET_ENDPOINT=minio-api.isd.sgcu.in.th
- BUCKET_ACCESS_KEY=BUCKET_ACCESS_KEY
- BUCKET_SECRET_KEY=BUCKET_SECRET_KEY
- BUCKET_NAME=johnjud-pet-images
- BUCKET_USE_SSL=false
- BUCKET_USE_SSL=true
networks:
- johnjud-local
- database
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ services:
- APP_PORT=3004
- APP_ENV=production
- DB_URL=postgres://root:root@local-db:5432/johnjud_db
- BUCKET_ENDPOINT=BUCKET_ENDPOINT
- BUCKET_ENDPOINT=minio-api.isd.sgcu.in.th
- BUCKET_ACCESS_KEY=BUCKET_ACCESS_KEY
- BUCKET_SECRET_KEY=BUCKET_SECRET_KEY
- BUCKET_NAME=johnjud-pet-images
- BUCKET_USE_SSL=false
- BUCKET_USE_SSL=true
networks:
- johnjud-local
- database
Expand Down

0 comments on commit 9cad6c2

Please sign in to comment.