docker-compose.yml: remove environment

This commit is contained in:
vchikalkin 2023-12-23 16:35:30 +03:00
parent 36e158cb19
commit 566c362c8a

View File

@ -1,9 +1,6 @@
version: '3.3' version: '3.3'
services: services:
external_client: external_client:
environment:
- URL_IUS_DIRECT=${URL_IUS_DIRECT}
- NEXT_PUBLIC_USE_DEV_COLORS=${NEXT_PUBLIC_USE_DEV_COLORS}
build: build:
context: . context: .
dockerfile: ./apps/web/Dockerfile dockerfile: ./apps/web/Dockerfile