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

12 lines
241 B
YAML

services:
theoludwig:
container_name: ${COMPOSE_PROJECT_NAME}
image: 'theoludwig'
restart: 'unless-stopped'
build:
context: './'
network_mode: 'host'
environment:
PORT: ${PORT-3000}
env_file: '.env'