Skip to content

Commit

Permalink
Merge branch 'development' into cleanup_post_views_with_test
Browse files Browse the repository at this point in the history
  • Loading branch information
steph-koopmanschap authored Jun 7, 2023
2 parents 722b908 + ce1c4e7 commit b4b9cad
Show file tree
Hide file tree
Showing 5 changed files with 971 additions and 267 deletions.
8 changes: 4 additions & 4 deletions docker-compose-development.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.8"

# This could be seen as both advantage / disadvantage of having all container share the same.
x-environment:
# This could be seen as both advantage / disadvantage of having all container share the same env.
x-environment:
&dev-environment
- STAGE=development
# REDIS DB
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
volumes:
- ./backend:/backend:z # This allows for realtime changes to be effective

# NEXTJS frontend
# NEXTJS frontend website
jasma-client:
container_name: jasma-client-dev
build:
Expand All @@ -87,7 +87,7 @@ services:
- BASE_URL=http://localhost
- PORT=3000
- NEXT_PUBLIC_API_SERVER_URL=localhost
- NEXT_PUBLIC_API_SERVER_PORT=5000
- NEXT_PUBLIC_API_SERVER_PORT=8000
- NEXT_PUBLIC_NODE_ENV=development
- ANALYZE=false
- SESSION_SECRET=thisisatemporarysecret
Expand Down
34 changes: 0 additions & 34 deletions frontend/README.md

This file was deleted.

Loading

0 comments on commit b4b9cad

Please sign in to comment.