Chad
43dee35d85
* Add directory and a link to the install instructions. * Fix env file if user is in the current directory. * Initial work on the Invidious configuration and README. * Add postgres variables and TBD. * Disabled the Invidious project, it is a lower priority than OnlyOffice and Mail. * Allow disabled files to stay in the project, truly only block files with backup in the name. * Create a file for OnlyOffice. * Change the restart method to ALWAYS. * Changed from disabled to TBD. * Add a note to its README as well.
13 lines
155 B
YAML
13 lines
155 B
YAML
# 2022-10-29
|
|
# Hyperling.com configuration.
|
|
|
|
version: '2'
|
|
|
|
services:
|
|
app:
|
|
image: node
|
|
restart: always
|
|
build: ./
|
|
ports:
|
|
- 8317:8080
|