1
0
mirror of https://github.com/Chipazawra/v8-1c-cluster-pde.git synced 2025-01-12 04:34:14 +02:00

add docker-compose.yaml

This commit is contained in:
Anton 2021-12-28 14:52:45 +03:00
parent be7a9c8bb0
commit dde70b0087

12
docker-compose.yaml Normal file
View File

@ -0,0 +1,12 @@
version: '3.9'
services:
app:
build: .
container_name: app
image: app
environment:
HOST_1C: '192.168.10.233'
PORT_1C: '1545'
ports:
- 9096:9096