Commit 8c167a1e authored by TomKellyGenetics's avatar TomKellyGenetics
Browse files

correct docker compose for building on GH Actions

parent 1c2c5d1d
Loading
Loading
Loading
Loading
+3 −9
Original line number Diff line number Diff line
sut:
  build: .
  command: echo "build complete"

version: '3'
services:
  web:
    container_name: webapp-frontend
  universc:
    container_name: universc
    build: .
    ports:
      - "5000:5000"
  redis:
    container_name: redis-backend
    image: "redis:alpine"
    command: echo "build complete"