version: '3.8'
services:
client:
container_name: fids_browser_client
image: ${CLIENT_IMAGE}
restart: always
ports:
- 8080:80
environment:
- API_HOST=api
network_mode: host