forked from mirror/pixelfed
Update docker-compose.yml
This commit is contained in:
parent
a3e7bf19f9
commit
602662d991
1 changed files with 3 additions and 2 deletions
|
@ -24,8 +24,8 @@ services:
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env
|
- ./.env
|
||||||
volumes:
|
volumes:
|
||||||
- "./storage:/var/www/storage"
|
- "app-storage:/var/www/storage"
|
||||||
- "./bootstrap:/var/www/bootstrap"
|
- "app-bootstrap:/var/www/bootstrap"
|
||||||
networks:
|
networks:
|
||||||
- external
|
- external
|
||||||
- internal
|
- internal
|
||||||
|
@ -65,6 +65,7 @@ volumes:
|
||||||
redis-data:
|
redis-data:
|
||||||
db-data:
|
db-data:
|
||||||
app-storage:
|
app-storage:
|
||||||
|
app-bootstrap:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
internal:
|
internal:
|
||||||
|
|
Loading…
Reference in a new issue