version: '3.8' services: backend: build: ./backend ports: - "6661:6661" volumes: - ./db:/db frontend: build: ./frontend ports: - "8080:8080" volumes: - ./db:/db