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

12 lines
231 B
YAML
Raw Normal View History

2021-04-18 01:56:23 +02:00
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:
2022-09-29 19:07:20 +02:00
- '${PORT-3000}:${PORT-3000}'
2021-04-18 01:56:23 +02:00
environment:
2022-09-29 19:07:20 +02:00
PORT: ${PORT-3000}
2021-06-13 00:30:02 +02:00
env_file: './.env'