Skip to content

Commit cc22a14

Browse files
committed
Use image from GHCR in production
1 parent 115d1b3 commit cc22a14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
x-app: &default-app
2-
image: adit_prod:latest
2+
image: https://ghcr.io/openradx/adit:latest
33
volumes:
44
- web_data:/var/www/web
55
- ${SSL_CERT_FILE:?}:/etc/web/ssl/cert.pem
@@ -97,4 +97,4 @@ services:
9797
<<: *deploy
9898

9999
volumes:
100-
web_data:
100+
web_data:

0 commit comments

Comments
 (0)