SoXX
60b3502ee3
As mentioned in #17, I implemented the new SDK. I removed the scheduler and executor code since they were no longer needed. Reviewed-on: anthrove/e621-to-graph#18 Reviewed-by: Lennard Brinkhaus <lennard.brinkhaus@noreply.localhost> Reviewed-by: daskadse <daskadse@noreply.localhost> Co-authored-by: SoXX <soxx@fenpa.ws> Co-committed-by: SoXX <soxx@fenpa.ws>
12 lines
209 B
YAML
12 lines
209 B
YAML
services:
|
|
app:
|
|
restart: unless-stopped
|
|
image: anthrove/e621-to-graph:latest
|
|
build:
|
|
context: ../.
|
|
dockerfile: build/package/Dockerfile
|
|
ports:
|
|
- 8080:8080
|
|
env_file: .env
|
|
|