1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-09 09:45:52 +02:00
.profile/docker-compose.yml

12 lines
233 B
YAML

services:
theoludwig:
container_name: ${COMPOSE_PROJECT_NAME}
image: 'theoludwig'
build:
context: './'
ports:
- '${PORT-3000}:${PORT-3000}'
environment:
PORT: ${PORT-3000}
env_file: '.env'