Use prebuilt image in docker-compose.yaml

This commit is contained in:
2023-04-03 19:12:43 +03:00
parent 0a6b247765
commit a4f9022f40

View File

@@ -2,9 +2,7 @@ version: "3"
services:
webarchive:
build:
dockerfile: ./Dockerfile
context: .
image: ghcr.io/derfenix/webarchive:latest
environment:
LOGGING_DEBUG: true
API_ADDRESS: 0.0.0.0:5001