Skip to content

Commit

Permalink
movies container use volumes from api container (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
mudhoney committed Jun 12, 2024
1 parent 90805c5 commit 93d0eac
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,8 @@ services:
build:
dockerfile: ./compose/dockerfiles/movie_builder.Dockerfile
platform: linux/amd64
volumes:
- type: bind
source: ./api
target: /var/www/api.helioviewer.org
- jp2_volume:/tmp/jp2
- cache:/var/www/helioviewer.org/cache
volumes_from:
- api

volumes:
jp2_volume:
Expand Down

0 comments on commit 93d0eac

Please sign in to comment.