Skip to content

Commit

Permalink
Use the tag for the image on live deploymen if present, not always la…
Browse files Browse the repository at this point in the history
…test
  • Loading branch information
fredvd committed Feb 23, 2024
1 parent e4407de commit 2019eed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions devops/stacks/plone.org.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3.3'
version: '3.8'

services:

frontend:
image: ghcr.io/plone/ploneorg-frontend:latest
image: ghcr.io/plone/ploneorg-frontend:${STACK_PARAM:-latest}
environment:
RAZZLE_INTERNAL_API_PATH: http://backend:8080/Plone
depends_on:
Expand Down Expand Up @@ -31,7 +31,7 @@ services:
- traefik.http.routers.ploneorg-frontend.middlewares=gzip

backend:
image: ghcr.io/plone/ploneorg-backend:latest
image: ghcr.io/plone/ploneorg-backend:${STACK_PARAM:-latest}
environment:
RELSTORAGE_DSN: "dbname='${DB_NAME:-plone}' user='${DB_USER:-plone}' host='${DB_HOST:-db}' password='${DB_PASSWORD:-plone}'"
depends_on:
Expand Down

0 comments on commit 2019eed

Please sign in to comment.