refactor docker swarm to use just home without workers for now
add caching at nginx level for portainer and gitea
This commit is contained in:
@@ -19,8 +19,6 @@ services:
|
||||
- "24224:24224"
|
||||
- "24224:24224/udp"
|
||||
- 24220:24220
|
||||
expose:
|
||||
- "24220"
|
||||
|
||||
deploy:
|
||||
mode: replicated
|
||||
@@ -37,18 +35,3 @@ services:
|
||||
limits:
|
||||
cpus: '1'
|
||||
memory: 64M
|
||||
|
||||
networks:
|
||||
- ingress
|
||||
- prod
|
||||
|
||||
networks:
|
||||
default:
|
||||
external:
|
||||
name: ingress
|
||||
ingress:
|
||||
external:
|
||||
name: ingress
|
||||
prod:
|
||||
external:
|
||||
name: prod
|
||||
|
||||
Reference in New Issue
Block a user