reso-web-api-reference-server/docker-compose.yml

23 lines
416 B
YAML
Raw Permalink Normal View History

version: '3'
services:
odata-manager-app:
restart: on-failure
build: ./
expose:
- "8080"
2021-04-24 05:44:00 -04:00
- "8000"
ports:
- 8080:8080
2021-04-24 05:44:00 -04:00
- 8000:8000
environment:
2021-04-01 03:14:28 -04:00
- SQL_HOST
- SQL_USER
- SQL_PASSWORD
- SQL_CONNECTION_STR
- SQL_DB_DRIVER
2021-10-26 12:46:00 -04:00
- CERT_REPORT_FILENAME
2021-04-01 03:14:28 -04:00
volumes:
- ./target:/usr/local/tomcat/webapps
# depends_on:
# - docker-mysql