mirror of
https://github.com/Crocmagnon/ansible.git
synced 2025-03-11 03:54:03 +01:00
7 lines
110 B
YAML
7 lines
110 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: sources
|
|
restart: always
|
|
ports:
|
|
- "127.0.0.1:9010:80"
|