17 lines
353 B
YAML
17 lines
353 B
YAML
name: avatars
|
|
|
|
services:
|
|
api:
|
|
image: git.jusemon.com/jusemon/avatars-api:1.0.0
|
|
restart: unless-stopped
|
|
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
|