Using Docker Compose

This commit is contained in:
adampweb
2025-04-06 12:36:31 +02:00
parent 6518ecf215
commit acec026ce1
3 changed files with 32 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
wayback_machine_downloader:
build:
context: .
tty: true
image: wayback_machine_downloader:latest
container_name: wayback_machine_downloader
volumes:
- .:/build:rw
- ./websites:/build/websites:rw