mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-28 10:24:36 +00:00
19 lines
333 B
YAML
19 lines
333 B
YAML
version: '3.6'
|
|
services:
|
|
lpcmnginxfrontend:
|
|
build:
|
|
context: ./
|
|
dockerfile: ./Environment/lp_cm_nginx_frontend/Dockerfile
|
|
networks:
|
|
lp_cm_net:
|
|
ipv4_address: 172.34.128.3
|
|
ports:
|
|
- '8880:80'
|
|
|
|
networks:
|
|
lp_cm_net:
|
|
driver: bridge
|
|
ipam:
|
|
config:
|
|
- subnet: 172.34.0.1/16
|