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.
13 lines
298 B
YAML
13 lines
298 B
YAML
2 years ago
|
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
|