mirror of
https://github.com/edufeed-org/amb-api.git
synced 2025-12-07 23:34:33 +00:00
14 lines
295 B
YAML
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
|
|
|