Skip to content
Snippets Groups Projects
Select Git revision
  • 80c7290975ce1e57d0ff5d5876dd2b15e6bb5e5a
  • master default protected
  • develop protected
  • feature/use-nest3-dockerfile
  • configurable_address
  • 0.2.0
  • 0.1.0
7 results

data_storage.hpp

Blame
  • docker-compose.yml 346 B
    #Auflistung aller Dienste
    services:
      caddy:
        build: ./caddy
        ports:
          - 9001:80
      #Dienstname bzw. Hostname innerhalb des Netzwerks
      nginx:
        #Pfad zum Dockerfile für diesen Container
        build: ./nginx
        #Port-Mapping von außen nach innen
      apache:
        #Basis-Image
        image: httpd:2.4
      todolist:
        build: ./todolist_spring