mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
12 lines
208 B
YAML
12 lines
208 B
YAML
version: '3.0'
|
|
services:
|
|
divlo.fr:
|
|
container_name: ${COMPOSE_PROJECT_NAME}
|
|
image: 'divlo.fr'
|
|
build:
|
|
context: './'
|
|
ports:
|
|
- '${PORT}:${PORT}'
|
|
environment:
|
|
PORT: ${PORT}
|