rework of docker containers
This commit is contained in:
@@ -2,8 +2,8 @@ version: "2.1"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
swag:
|
swag:
|
||||||
image: ghcr.io/linuxserver/swag
|
image: linuxserver/swag
|
||||||
container_name: swag
|
container_name: swag_update
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
environment:
|
environment:
|
||||||
@@ -15,7 +15,7 @@ services:
|
|||||||
- VALIDATION=http
|
- VALIDATION=http
|
||||||
- EMAIL=nilsgrunwald@msn.com
|
- EMAIL=nilsgrunwald@msn.com
|
||||||
volumes:
|
volumes:
|
||||||
- swag_conf:/config
|
- swag_conf_update:/config
|
||||||
ports:
|
ports:
|
||||||
- 443:443
|
- 443:443
|
||||||
- 80:80
|
- 80:80
|
||||||
@@ -24,7 +24,7 @@ services:
|
|||||||
- nginx_network
|
- nginx_network
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
swag_conf:
|
swag_conf_update:
|
||||||
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
version: '2'
|
version: '2'
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: gitea/gitea:1.12.4
|
image: gitea/gitea:latest
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
volumes:
|
volumes:
|
||||||
- gitea_data:/data
|
- gitea_data:/data
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ volumes:
|
|||||||
services:
|
services:
|
||||||
openhab:
|
openhab:
|
||||||
image: "openhab/openhab:3.0.1"
|
image: "openhab/openhab:3.0.1"
|
||||||
container_name: openhub
|
container_name: openhab
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "88:8080"
|
- "88:8080"
|
||||||
Reference in New Issue
Block a user