Ocelot-Social/docker-compose.yml

24 lines
363 B
YAML

version: '3.7'
services:
webapp:
image: humanconnection/nitro-web:latest
build:
context: .
target: production
ports:
- 3000:3000
- 8080:8080
networks:
- hc-network
environment:
- HOST=0.0.0.0
- BACKEND_URL=http://backend:4000
networks:
hc-network:
name: hc-network
volumes:
node_modules: