Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 5b1882cb

Přidáno uživatelem Michal Schwob před asi 2 roky(ů)

Refactor of administration page and user registration
re #9627

Zobrazit rozdíly:

backend/docker-compose.yml
19 19
  app: # Spring boot application
20 20
    build: .
21 21
    container_name: app-backend  # name of the container
22
    image: schwobik/backend-app:1.5
22
    image: schwobik/backend-app:1.7
23 23
    ports:
24 24
      - "8080:8080"                 # expose port 8080 out of the docker container do the local machine
25 25
    depends_on:
......
31 31
#     Since our Dockerfile for web-server is located in react-app folder, our build context is ./react-app
32 32
    build: ../frontend
33 33
    container_name: frontend
34
    image: schwobik/frontend-app:1.5
34
    image: schwobik/frontend-app:1.7
35 35
    ports:
36 36
      - "80:80"
37 37

  

Také k dispozici: Unified diff