chore: layout changes
This commit is contained in:
parent
e615c1819e
commit
83091962a2
6 changed files with 78 additions and 15 deletions
|
@ -1,12 +1,28 @@
|
|||
---
|
||||
name: app_stack
|
||||
services:
|
||||
service_name:
|
||||
foo:
|
||||
image:
|
||||
container_name:
|
||||
command:
|
||||
environment:
|
||||
env_file:
|
||||
command:
|
||||
ports:
|
||||
volumes:
|
||||
depends_on:
|
||||
restart: unless-stopped
|
||||
|
||||
bar:
|
||||
image: bar/bar:latest
|
||||
container_name: bar
|
||||
command:
|
||||
environment:
|
||||
- TZ=Europe/Berlin
|
||||
env_file:
|
||||
ports:
|
||||
- "127.0.0.1:443:443"
|
||||
volumes:
|
||||
- ./volumes/bar:/bar
|
||||
depends_on:
|
||||
- foo
|
||||
restart: unless-stopped
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue