blob: 01cb293ef6c3cc5fa5d3a43280caaf0999ae7b48 [file] [log] [blame]
version: "3"
services:
sampleapp:
container_name: sampleapp
image: sampleapp
environment:
DOCKER_URI: http://socat:1234
SERVICE_PARAMS: --spring.config.location=classpath:/,classpath:/application-local-docker.yml
ports:
- "5005:5005"
- "8080:4567"
networks:
sample_network:
aliases:
- sampleapp
networks:
sample_network:
volumes:
pgdata: