mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 21:35:34 +03:00
Use prebuilt image in docker-compose.yaml
This commit is contained in:
@@ -2,9 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
webarchive:
|
webarchive:
|
||||||
build:
|
image: ghcr.io/derfenix/webarchive:latest
|
||||||
dockerfile: ./Dockerfile
|
|
||||||
context: .
|
|
||||||
environment:
|
environment:
|
||||||
LOGGING_DEBUG: true
|
LOGGING_DEBUG: true
|
||||||
API_ADDRESS: 0.0.0.0:5001
|
API_ADDRESS: 0.0.0.0:5001
|
||||||
|
|||||||
Reference in New Issue
Block a user