Projekt

Obecné

Profil

Stáhnout (336 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
version: '3'
2
services:
3

    
4
  fulltextsearch-backend:
5
    build:
6
      ./be/fulltextsearch
7
    container_name: fulltextsearch-backend
8
    ports:
9
      - 8080:8080
10

    
11
  fulltextsearch-fronted:
12
    build:
13
      ./fe/fulltextsearch
14
    container_name: fulltextsearch-frontend
15
    ports:
16
      - 4200:80
17
    links:
18
      - fulltextsearch-backend
(3-3/3)