mirror of
https://github.com/Crocmagnon/ansible.git
synced 2024-11-22 23:38:02 +01:00
8 lines
100 B
YAML
8 lines
100 B
YAML
|
services:
|
||
|
app:
|
||
|
build:
|
||
|
context: sources
|
||
|
restart: always
|
||
|
ports:
|
||
|
- "9010:80"
|