1 version: "3" 2 services: 3 sampleapp: 4 container_name: sampleapp 5 image: sampleapp 6 environment: 7 DOCKER_URI: http://socat:1234 8 SERVICE_PARAMS: --spring.config.location=classpath:/,classpath:/application-local-docker.yml 9 ports: 10 - "5005:5005" 11 - "8080:4567" 12 networks: 13 sample_network: 14 aliases: 15 - sampleapp 16 17 networks: 18 sample_network: 19 20 volumes: 21 pgdata: