turtle-wow-source-kinda/Dumps/Source Code/20 - Development_turtle-logs/main/Exporter/docker-compose.sample.yml
Brian Oost a1d5bb70b2 Init
2024-08-06 18:06:40 +02:00

25 lines
587 B
YAML

version: '3.6'
services:
samplenginxhost:
depends_on:
- samplebackend
- lpcmnginx
build:
context: ./
dockerfile: ./Environment/sample_nginx_host/Dockerfile
networks:
lp_cm_net:
ipv4_address: 172.34.128.5
ports:
- '8881:80'
samplebackend:
build:
context: ./
dockerfile: ./Environment/sample_backend/Dockerfile
restart: on-failure
networks:
lp_cm_net:
ipv4_address: 172.34.128.6
lpcmbackend:
environment:
- URL_AUTHORIZATION_ENDPOINT=http://samplebackend:8000/token_validator