version: '3.7' services: gomf: container_name: gomf restart: always build: context: ./gomf volumes: - ./gomf.conf:/gomf.conf:ro - gomf-storage:/gomf/upload:rw - gomf-log:/gomf/log:rw gomf-modpanel: container_name: gomf-modpanel restart: always build: context: ./gomf-modpanel volumes: - ./gomf-modpanel.conf:/gomf-modpanel.conf:ro - gomf-storage:/gomf/upload:rw - gomf-log:/gomf/log:rw volumes: gomf-storage: gomf-log: