mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
13 lines
263 B
YAML
13 lines
263 B
YAML
services:
|
|
theoludwig:
|
|
container_name: ${COMPOSE_PROJECT_NAME}
|
|
image: "theoludwig"
|
|
restart: "unless-stopped"
|
|
build:
|
|
context: "./"
|
|
ports:
|
|
- "${PORT-3000}:${PORT-3000}"
|
|
environment:
|
|
PORT: ${PORT-3000}
|
|
env_file: ".env"
|