Мелочи по композам и README
This commit is contained in:
14
compose.override.yml.example
Normal file
14
compose.override.yml.example
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################
|
||||
# Rename this file to compose.override.yml if
|
||||
# you need to restore database backups. Also
|
||||
# you can override another settings here.
|
||||
################################################
|
||||
|
||||
services:
|
||||
gitea-db:
|
||||
volumes:
|
||||
- ./gitea/dump.sql.gz:/docker-entrypoint-initdb.d/dump.sql.gz
|
||||
|
||||
opengist-db:
|
||||
volumes:
|
||||
- ./opengist/dump.sql.gz:/docker-entrypoint-initdb.d/dump.sql.gz
|
||||
Reference in New Issue
Block a user