1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-17 05:25:54 +02:00
.profile/compose.yaml

13 lines
263 B
YAML
Raw Normal View History

2021-04-18 01:56:23 +02:00
services:
theoludwig:
2021-04-18 01:56:23 +02:00
container_name: ${COMPOSE_PROJECT_NAME}
image: "theoludwig"
restart: "unless-stopped"
2021-04-18 01:56:23 +02:00
build:
context: "./"
2023-12-28 06:21:24 +01:00
ports:
- "${PORT-3000}:${PORT-3000}"
2021-04-18 01:56:23 +02:00
environment:
2022-09-29 19:07:20 +02:00
PORT: ${PORT-3000}
env_file: ".env"