avatars-api/docker-compose.yml

18 lines
300 B
YAML
Raw Normal View History

2024-09-26 19:00:29 -05:00
name: avatars
services:
api:
build:
context: .
environment:
NODE_ENV: "production"
HOST: "0.0.0.0"
PORT: 3000
API_VERSION: 1
ALLOWED_ORIGINS: "http://localhost:3000,https://jusemon.com"
networks:
default:
name: default-network
external: true