chore: layout changes

This commit is contained in:
sujiba 2024-05-07 00:42:02 +02:00
parent e615c1819e
commit 83091962a2
6 changed files with 78 additions and 15 deletions

View file

@ -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