feat: added template + linting
This commit is contained in:
parent
e487af8136
commit
dc5a9d3653
17 changed files with 79 additions and 53 deletions
12
template/docker-compose.yml
Normal file
12
template/docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
services:
|
||||
service_name:
|
||||
image:
|
||||
container_name:
|
||||
environment:
|
||||
env_file:
|
||||
command:
|
||||
ports:
|
||||
volumes:
|
||||
depends_on:
|
||||
restart: unless-stopped
|
Loading…
Add table
Add a link
Reference in a new issue