mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
12 lines
216 B
YAML
12 lines
216 B
YAML
services:
|
|
divlo.fr:
|
|
container_name: ${COMPOSE_PROJECT_NAME}
|
|
image: 'divlo.fr'
|
|
build:
|
|
context: './'
|
|
ports:
|
|
- '${PORT}:${PORT}'
|
|
environment:
|
|
PORT: ${PORT}
|
|
env_file: './.env'
|