Skip to content

Commit

Permalink
remove unneeded builds; put back platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteinkamp committed Mar 30, 2024
1 parent 6b45f4a commit db2aa8c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions compose_example/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,36 +23,24 @@ services:

frontend:
image: ghcr.io/zsteinkamp/photodirs-frontend
build:
context: ./frontend
target: prod
restart: unless-stopped

api:
image: ghcr.io/zsteinkamp/photodirs-api
build:
context: ./backend
target: api
restart: unless-stopped
volumes:
- prod_cache:/cache
- prod_albums:/albums:ro

watcher:
image: ghcr.io/zsteinkamp/photodirs-watcher
build:
context: ./backend
target: watcher
restart: unless-stopped
volumes:
- prod_cache:/cache
- prod_albums:/albums:ro

admin:
image: ghcr.io/zsteinkamp/photodirs-admin
build:
context: ./backend
target: admin
restart: unless-stopped
volumes:
- prod_cache:/cache
Expand Down

0 comments on commit db2aa8c

Please sign in to comment.