1
0
Fork 0
mirror of synced 2024-06-02 02:25:20 +12:00
Commit graph

48 commits

Author SHA1 Message Date
Nick Sweeting 5ddffae83e bump sonic version to support ARM 2022-05-09 19:14:26 -07:00
Mike Kusold 4febbacef6
Fix entrypoint
docker-compose requires `$$` for env vars that are supposed to be executed inside the container.
2022-04-05 20:58:40 -06:00
Mike Kusold dfef21a814
Update pywb entrypoint
wb-manager first needs you to init the collection. If you attempt to init a collection that already exists, it exits with a `2`.

Also, `wayback --proxy` requires an argument, so I remove the proxy argument.
2022-04-05 20:42:29 -06:00
Nick Sweeting d268513877
cleanup example configs 2022-03-22 20:55:17 -04:00
Nick Sweeting 0ec5ba0595
fix pihole admin port format in docker-compose 2022-03-16 14:15:37 -07:00
Nick Sweeting a15350cc77
Update docker-compose.yml 2022-03-16 14:14:35 -07:00
Nick Sweeting 5cd2b328c0
Add example pihole docker-compose config for ad/tracker blocking during archiving 2022-03-16 14:12:18 -07:00
akhilleusuggo 9231e7f091
typo
ERROR: The Compose file './docker-compose.yml' is invalid because:
services.pywb.volumes contains an invalid type, it should be an array
2022-01-27 19:24:59 +01:00
Nick Sweeting b279c30b8d
Update docker-compose.yml 2021-12-16 05:18:33 -05:00
Evan Wade bac5a10eae
point to master image, not latest
Following the docker-compose quick-start guide, used "latest" tagged docker image in compose file. Returned an exec error on my arm64 raspi 3b+. Seems like this needs to be "master" tag to really support multi-arch... Worked when I changed it to "master" on my machine.
2021-05-07 02:03:54 -07:00
Nick Sweeting 6053f4e415 move sonic file up a level 2021-04-10 07:42:16 -04:00
Nick Sweeting f37c77c859
Update docker-compose.yml 2021-04-07 22:50:18 -04:00
Nick Sweeting 83468fd304 add sonic backfill instructions to docker-compose 2021-04-05 23:24:12 -04:00
Nick Sweeting 1485e4eb90 use older docker compose version for more features 2021-04-05 23:22:05 -04:00
Nick Sweeting 2fc9f1cfa3 dont depend on README in Dockerfile install step 2021-04-05 23:17:07 -04:00
Nick Sweeting e96141cee9
Update docker-compose.yml 2021-04-01 13:06:27 -04:00
Nick Sweeting ae43d35e65 fix color option in docker 2021-02-16 01:26:26 -05:00
Nick Sweeting 3e96871386 add comment explaining commented out lines in docker-compose file 2021-02-15 14:53:03 -05:00
Nick Sweeting 00ae1f15a7 ignore shm db file and config files in archivebox data dir on init 2021-02-15 14:52:37 -05:00
Nick Sweeting 3c3bae02d2 add quick-init option to skip reimporting all snapshot dirs on init 2021-02-15 14:52:10 -05:00
Nick Sweeting 128e7f0e8d dont show progress bars in docker by default 2021-02-15 13:39:37 -05:00
Nick Sweeting 188670eb8b disable sonic by default in docker-compose and add instructions 2021-02-15 13:38:32 -05:00
jdcaballerov f7c76adfd8
Add SEARCH_BACKEND_PASSWORD env to archivebox container
Add the environment variable to make it explicit so that users are aware of the need to set the password in both containers.
2021-01-08 14:43:27 -05:00
jdcaballerov 14ef5c1536
Add sonic dependency for archivebox service 2020-12-07 15:39:18 -05:00
jdcaballerov 030183cf44
Update docker-compose.yml 2020-12-07 14:39:49 -05:00
jdcaballerov 2082b98fd7
Use sonic as default search backend 2020-12-07 13:22:09 -05:00
JDC 95382b3812 Add ripgrep rg search backend and set as default 2020-12-06 01:13:39 +02:00
JDC a38e3e0c90 Get searc backend password from env var SEARCH_BACKEND_PASSWORD 2020-12-06 01:13:39 +02:00
JDC 0773f12034 Add sonic to docker-compose 2020-12-06 01:13:38 +02:00
Nick Sweeting cc3579f70f update docker org urls in docs and scripts 2020-11-23 02:20:01 -05:00
Nick Sweeting 0e2ccbc10d update urls to new repo path 2020-11-23 02:06:46 -05:00
Angel Rey bf09c6b40a Fixed docker test 2020-09-24 15:34:23 -05:00
Nick Sweeting 31a6318582 better colors, hints, and progress bars in docker 2020-08-18 18:32:11 -04:00
Nick Sweeting 235eb20dbd support cron in docker 2020-08-18 01:59:04 -04:00
Nick Sweeting b04e926810
Add archivebox foreground scheduler to docker compose examples 2020-07-29 19:48:56 -04:00
Nick Sweeting 83bfc580fa
add archiving through VPN example to docker-compose 2020-07-29 18:37:34 -04:00
Nick Sweeting 685f85aaae
typo fix 2020-07-28 16:15:09 -04:00
Nick Sweeting 683ffbcdae
Update docker-compose.yml 2020-07-28 16:14:54 -04:00
Nick Sweeting e671ddd22b increase ci step delays 2020-07-28 08:14:50 -04:00
Nick Sweeting 2030748d5d add pywb docker example to docker-compose 2020-07-28 06:01:06 -04:00
Angel Rey aa2b534624 Commented nginx 2020-07-21 13:35:04 -05:00
Nick Sweeting cb67b09f9d Merge branch 'master' into django 2020-06-25 21:30:29 -04:00
Nick Sweeting e2a5e0136c update docker setup and dependencies 2020-06-25 17:46:11 -04:00
Nick Sweeting c0275bc698
add some comments to docker-compose file 2019-07-09 12:59:48 -04:00
Nick Sweeting 3e6bcb3b39
add docs links and usage to docker-compose.yml 2019-02-28 13:59:52 -05:00
Nick Sweeting 95ba5a90ee
Update docker-compose.yml 2019-01-29 16:55:50 -08:00
Nick Sweeting e1be96e597 working docker-compose with google chrome 2019-01-23 01:08:23 -05:00
Nick Sweeting ea905d68bb fix etc nginx and Docker config 2019-01-16 09:20:15 -05:00