[FW] Add import container in DB network
parent
e5f2509c57
commit
f7906a649a
|
@ -1,9 +1,21 @@
|
||||||
version: "{{ compose_version }}"
|
version: "{{ compose_version }}"
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
frontend:
|
||||||
|
name: funkwhale_frontend
|
||||||
|
static:
|
||||||
|
name: funkwhale_static
|
||||||
|
|
||||||
|
networks:
|
||||||
|
db:
|
||||||
|
name: funkwhale_db
|
||||||
|
|
||||||
services:
|
services:
|
||||||
api:
|
api:
|
||||||
image: "funkwhale/funkwhale:{{ funkwhale_version }}"
|
image: "funkwhale/funkwhale:{{ funkwhale_version }}"
|
||||||
container_name: funkwhale_import
|
container_name: funkwhale_import
|
||||||
|
networks:
|
||||||
|
- db
|
||||||
env_file:
|
env_file:
|
||||||
- ./conf.env
|
- ./conf.env
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue