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:
parent
be7a9c8bb0
commit
dde70b0087
12
docker-compose.yaml
Normal file
12
docker-compose.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user