Skip to content

Commit

Permalink
Use image from GHCR in production
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack committed Jan 3, 2025
1 parent 115d1b3 commit cc22a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
x-app: &default-app
image: adit_prod:latest
image: https://ghcr.io/openradx/adit:latest
volumes:
- web_data:/var/www/web
- ${SSL_CERT_FILE:?}:/etc/web/ssl/cert.pem
Expand Down Expand Up @@ -97,4 +97,4 @@ services:
<<: *deploy

volumes:
web_data:
web_data:

0 comments on commit cc22a14

Please # to comment.