project: add docker-compose.yml
This commit is contained in:
parent
b7c2cc0ff2
commit
92c3b0ca02
@ -1,12 +1,17 @@
|
||||
version: '3.3'
|
||||
services:
|
||||
external_client:
|
||||
ports:
|
||||
- '3000:3000'
|
||||
environment:
|
||||
- URL_IUS_DIRECT=${URL_IUS_DIRECT}
|
||||
- USE_DEV_COLORS=${USE_DEV_COLORS}
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./apps/web/Dockerfile
|
||||
networks:
|
||||
- external_network
|
||||
restart: always
|
||||
|
||||
networks:
|
||||
external_network:
|
||||
external:
|
||||
name: external_network
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user