|
|
@ -6,8 +6,8 @@ services: |
|
|
|
volumes: |
|
|
|
volumes: |
|
|
|
- dbdata:/var/lib/postgresql/data |
|
|
|
- dbdata:/var/lib/postgresql/data |
|
|
|
env_file: ./searching-front/.env.local #Here we are using the already existing .env.local file |
|
|
|
env_file: ./searching-front/.env.local #Here we are using the already existing .env.local file |
|
|
|
ports: |
|
|
|
# ports: |
|
|
|
- "5432:5432" |
|
|
|
# - "5432:5432" |
|
|
|
elasticsearch: |
|
|
|
elasticsearch: |
|
|
|
image: elasticsearch:8.4.0 |
|
|
|
image: elasticsearch:8.4.0 |
|
|
|
volumes: |
|
|
|
volumes: |
|
|
|