Trying to fix docker-compose
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
BOT_open_sesam/pipeline/head There was a failure building this commit
Details
parent
058f47f3c8
commit
9359ff2f37
|
|
@ -1,9 +1,8 @@
|
||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
telegrambot:
|
open_sesam:
|
||||||
build:
|
container_name: open_sesam
|
||||||
context: .
|
build: .
|
||||||
container_name: opensesam
|
env_file:
|
||||||
env_file:
|
- .env
|
||||||
- .env
|
restart: always
|
||||||
restart: always
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue