chore: layout changes
This commit is contained in:
parent
83091962a2
commit
c67fab85c8
6 changed files with 50 additions and 35 deletions
|
@ -0,0 +1,14 @@
|
|||
# APP_STACK
|
||||
|
||||
- [APP\_STACK](#app_stack)
|
||||
- [Directory structure](#directory-structure)
|
||||
- [Settings](#settings)
|
||||
|
||||
|
||||
## Directory structure
|
||||
```
|
||||
/opt/docker/app_stack
|
||||
.
|
||||
```
|
||||
|
||||
## Settings
|
|
@ -1,5 +1,4 @@
|
|||
---
|
||||
name: app_stack
|
||||
services:
|
||||
foo:
|
||||
image:
|
||||
|
@ -10,6 +9,7 @@ services:
|
|||
ports:
|
||||
volumes:
|
||||
depends_on:
|
||||
healthcheck:
|
||||
restart: unless-stopped
|
||||
|
||||
bar:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue