Added release cibus-backend: 23e7a38f8c
This commit is contained in:
commit
2fe8e8f824
17
cibus-backend/docker-compose.yml
Normal file
17
cibus-backend/docker-compose.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
version: '3.7'
|
||||||
|
|
||||||
|
services:
|
||||||
|
{{.service}}:
|
||||||
|
image: {{.image}}
|
||||||
|
ports:
|
||||||
|
- {{.ports}}
|
||||||
|
env_file: ".env"
|
||||||
|
restart: always
|
||||||
|
depends_on:
|
||||||
|
- db
|
||||||
|
db:
|
||||||
|
image: postgres:13.5
|
||||||
|
restart: always
|
||||||
|
env_file: ".env"
|
||||||
|
volumes:
|
||||||
|
- ./data/postgres:/var/lib/postgresql/data
|
Loading…
Reference in New Issue
Block a user