aboutsummaryrefslogtreecommitdiff
path: root/docker/docker-compose.local.yml
blob: 8b41939db31ed7515fb1e9f3a38b1373b6b023ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: "3.7"

services:
    chibisafe:
        volumes:
            - chibisafe-data:/usr/chibisafe/uploads
            - chibisafe-database:/usr/chibisafe/database

volumes:
    nginx-data:
        name: "nginx-data"
    chibisafe-data:
        name: "chibisafe-data"
    chibisafe-database:
        name: "chibisafe-database"