services: complycore-api: build: context: ./backend container_name: complycore-api restart: unless-stopped env_file: - ./backend/.env networks: - internal_only expose: - "8000" ports: - "8000:8000" networks: internal_only: driver: bridge