"Fossies" - the Fresh Open Source Software Archive

Member "apache-log4j-2.12.4-src/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/docker/app-compose.yml" (20 Dec 2021, 413 Bytes) of package /linux/misc/apache-log4j-2.12.4-src.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Ansible YAML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    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: