Skip to content

Commit

Permalink
now with latest
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteinkamp committed Mar 27, 2024
1 parent cc674de commit d68f599
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions premade/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: photodirs_imgs
services:
nginx:
image: ghcr.io/zsteinkamp/photodirs-nginx:main
image: ghcr.io/zsteinkamp/photodirs-nginx
depends_on:
- frontend
- api
Expand All @@ -14,24 +14,24 @@ services:
- prod_cache:/cache:ro

frontend:
image: ghcr.io/zsteinkamp/photodirs-frontend:main
image: ghcr.io/zsteinkamp/photodirs-frontend
restart: unless-stopped

api:
image: ghcr.io/zsteinkamp/photodirs-api:main
image: ghcr.io/zsteinkamp/photodirs-api
restart: unless-stopped
volumes:
- prod_cache:/cache
- prod_albums:/albums:ro

watcher:
image: ghcr.io/zsteinkamp/photodirs-api:main
image: ghcr.io/zsteinkamp/photodirs-api
restart: unless-stopped
volumes:
- prod_cache:/cache
- prod_albums:/albums:ro
admin:
image: ghcr.io/zsteinkamp/photodirs-admin:main
image: ghcr.io/zsteinkamp/photodirs-admin
restart: unless-stopped
volumes:
- prod_cache:/cache
Expand All @@ -43,4 +43,4 @@ volumes:
driver_opts:
type: 'nfs'
o: 'addr=truenas.lan,nfsvers=4,soft,nolock'
device: ':/mnt/data-pool/shared/photos'
device: ':/mnt/data-pool/shared/photos/zzz_blog_images'

0 comments on commit d68f599

Please sign in to comment.