Skip to content
Snippets Groups Projects
docker-compose.yml 217 B
Newer Older
version: "3.3"
services:
  client:
    build:
      context: .
      dockerfile: dockerfile.client
    image: fair-client
    container_name: fair-client
    ports:
      - ${CLIENT_PORT:-80}:8501
    restart: always