amb-api/docker-compose.yml

14 lines
295 B
YAML

services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "8890:8890"
# env_file:
# - .env # Pass variables from the .env file to the container
# or via environment variables
environment:
RELAY: "ws:localhost:7778"
restart: always