SoXX
802764092e
As mentioned in Issue #11, the folder structure got an overall as some file names Co-authored-by: Fenpaws <soxx@fenpa.ws> Reviewed-on: anthrove/e621-to-graph#14 Reviewed-by: Lennard Brinkhaus <lennard.brinkhaus@noreply.localhost> Co-authored-by: SoXX <fenpaws@noreply.localhost> Co-committed-by: SoXX <fenpaws@noreply.localhost>
9 lines
107 B
YAML
9 lines
107 B
YAML
services:
|
|
app:
|
|
restart: unless-stopped
|
|
build: .
|
|
ports:
|
|
- 8080:8080
|
|
env_file: .env
|
|
|