Select Git revision
data_storage.hpp
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