18 lines
300 B
YAML
18 lines
300 B
YAML
|
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
|