Skip to content

Commit

Permalink
Pin versions (#51)
Browse files Browse the repository at this point in the history
* Pin and upgrade versions

* Fix docker-compose path

* Add missing image
  • Loading branch information
enolfc authored Jun 7, 2024
1 parent b4ebd84 commit 2845dcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deployment/playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
RemainAfterExit=true
WorkingDirectory=/fedcloud-dashboard
ExecStartPre=/usr/bin/docker pull python:3.10
ExecStart=/usr/local/bin/docker-compose up -d --force-recreate --build --remove-orphans
ExecStop=/usr/local/bin/docker-compose down
ExecStart=/usr/local/docker-compose up -d --force-recreate --build --remove-orphans
ExecStop=/usr/local/docker-compose down
[Install]
WantedBy=multi-user.target
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: "3.3"
services:

traefik:
image: "traefik:v2.5"
image: "traefik:v2.11"
container_name: "traefik"
command:
# - "--log.level=DEBUG"
Expand Down Expand Up @@ -33,7 +33,7 @@ services:


dashboard:
image: "lissy93/dashy:latest"
image: "lissy93/dashy:3.x"
labels:
- "traefik.enable=true"
- "traefik.http.routers.dashboard.rule=Host(`${DASHBOARD_HOSTNAME}`)"
Expand Down
Binary file added user-data/item-icons/openstack.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2845dcf

Please sign in to comment.