mirror of
https://github.com/daniviga/bite.git
synced 2024-11-26 23:06:14 +01:00
Fix volumes for podman
This commit is contained in:
parent
37c7c49614
commit
a9221fb5ec
|
@ -72,8 +72,8 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- net
|
- net
|
||||||
volumes:
|
volumes:
|
||||||
- staticdata:/srv/appdata/bite/static
|
- "staticdata:/srv/appdata/bite/static:U"
|
||||||
- ./ingress/nginx.conf:/etc/nginx/nginx.conf
|
- "./ingress/nginx.conf:/etc/nginx/nginx.conf"
|
||||||
|
|
||||||
|
|
||||||
bite:
|
bite:
|
||||||
|
@ -101,7 +101,7 @@ services:
|
||||||
static-files:
|
static-files:
|
||||||
image: daniviga/bite
|
image: daniviga/bite
|
||||||
volumes:
|
volumes:
|
||||||
- staticdata:/srv/appdata/bite/static
|
- "staticdata:/srv/appdata/bite/static:U"
|
||||||
command: ["python3", "manage.py", "collectstatic", "--noinput"]
|
command: ["python3", "manage.py", "collectstatic", "--noinput"]
|
||||||
|
|
||||||
mqtt-to-db:
|
mqtt-to-db:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user