Skip to content

Commit

Permalink
docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ericvicenti committed Aug 13, 2024
1 parent 648aafc commit d1719ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ services:

seed-web:
container_name: seed-web
image: seedhypermedia/gateway:${SEED_SITE_TAG:-latest}
image: seedhypermedia/web:${SEED_SITE_TAG:-latest}
depends_on:
- seed-daemon
networks:
Expand Down
2 changes: 1 addition & 1 deletion website_deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tag="latest"
auto_update=0
profile=""
allow_push="false"
clean_images_cron="0 3 * * * docker rmi \$(docker images | grep -E 'seedhypermedia/site|hyper-media/gateway' | awk '{print \$3}') # seed site cleanup"
clean_images_cron="0 3 * * * docker rmi \$(docker images | grep -E 'seedhypermedia/' | awk '{print \$3}') # seed site cleanup"

usage()
{
Expand Down

0 comments on commit d1719ce

Please sign in to comment.