You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: "3"
|
|
services:
|
|
elastic:
|
|
image: elasticsearch:8.4.3
|
|
environment:
|
|
- ELASTIC_PASSWORD=v7SLsbtXticPLADei5vS
|
|
foodtrucks-web:
|
|
image: stud15/foodtrucks-web
|
|
command: https elastic 9200 elastic v7SLsbtXticPLADei5vS
|
|
depends_on:
|
|
- elastic
|
|
ports:
|
|
- 80:5000 |