1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-19 22:15:53 +02:00
.profile/docker-compose.yml

12 lines
208 B
YAML
Raw Normal View History

2021-04-18 01:56:23 +02:00
version: '3.0'
services:
divlo.fr:
2021-04-18 01:56:23 +02:00
container_name: ${COMPOSE_PROJECT_NAME}
image: 'divlo.fr'
2021-04-18 01:56:23 +02:00
build:
context: './'
ports:
- '${PORT}:${PORT}'
environment:
PORT: ${PORT}