chore(docker-compose): remove build context and dockerfile references for web and bot services
This commit is contained in:
parent
9efa022cd6
commit
ac897a77f8
@ -3,9 +3,6 @@ services:
|
||||
image: vchikalkin/zapishis-web:latest
|
||||
env_file:
|
||||
- .env
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./apps/web/Dockerfile
|
||||
restart: always
|
||||
# ports:
|
||||
# - 3000:3000
|
||||
@ -16,9 +13,6 @@ services:
|
||||
image: vchikalkin/zapishis-bot:latest
|
||||
env_file:
|
||||
- .env
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./apps/bot/Dockerfile
|
||||
restart: always
|
||||
networks:
|
||||
- app
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user