add docker-compose.yml
This commit is contained in:
parent
7586c36e29
commit
e16fe86728
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
version: '3.3'
|
||||||
|
services:
|
||||||
|
1c:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: ./Dockerfile
|
||||||
|
environment:
|
||||||
|
- 1C_URL_LEASING_TRIAL=${ONE_C_URL_LEASING_TRIAL}
|
||||||
|
- 1C_USERNAME=${ONE_C_USERNAME}
|
||||||
|
- 1C_PASSWORD=${ONE_C_PASSWORD}
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- calc_network
|
||||||
|
networks:
|
||||||
|
calc_network:
|
||||||
|
external:
|
||||||
|
name: calc_network
|
||||||
Loading…
x
Reference in New Issue
Block a user