version: '2' services: app: build: context: code ports: - "${FLEES_EXPOSE}:80" volumes: - ./data/:/code/data/ restart: always