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

12 lines
223 B
YAML

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