import React from 'react'; import styled from 'styled-components'; import { LayoutContainer } from '@components/layout'; import Button from '@ui/components/button'; import Column from '@ui/components/column'; import Row from '@ui/components/row'; import { P, H2, H3 } from '@ui/components/base-elements'; import { remcalc } from '@ui/shared/functions'; const StyledBox = styled.div` box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.05); border: solid 1px #d8d8d8; padding: ${remcalc('6 18 24')}; & + & { margin-top: ${remcalc(24)}; } `; export default () => (

Services

Import your services

You can import your services from a Git repository hosting service. Learn more.

Alternatively, you can upload or edit manifest file.

Manifest is a file describing your services. It is similar to Docker Compose file. You can upload a file from you local machine or edit it manually. Learn more.

);