[FW] Add import container in DB network

master
Quentin Duchemin 2021-10-17 13:53:40 +02:00
parent e5f2509c57
commit f7906a649a
Signed by: Chosto
GPG Key ID: 0547178FEEDE7D6B
1 changed files with 12 additions and 0 deletions

View File

@ -1,9 +1,21 @@
version: "{{ compose_version }}"
volumes:
frontend:
name: funkwhale_frontend
static:
name: funkwhale_static
networks:
db:
name: funkwhale_db
services:
api:
image: "funkwhale/funkwhale:{{ funkwhale_version }}"
container_name: funkwhale_import
networks:
- db
env_file:
- ./conf.env
volumes: