We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6068262 commit e3b7a59Copy full SHA for e3b7a59
docker-compose.yml
@@ -20,7 +20,6 @@ services:
20
- "${EXTERNAL_POSTGRES_PORT}:5432"
21
networks:
22
- syncurity_network
23
-
24
restart: always
25
environment:
26
POSTGRESQL_DATABASE: ${POSTGRESQL_DATABASE}
@@ -30,6 +29,18 @@ services:
30
29
volumes:
31
- syn_st2_datastore.d:/docker-entrypoint-initdb.d
32
+ syncurity_firewall_blocklists:
33
+ image: quay.io/syncurity/syn-st2-flask
34
+ container_name: syncurity_blocklists
35
+ hostname: syncurity_blocklists
36
+ ports:
37
+ - "${EXTERNAL_BLOCKLIST_PORT}:8101"
38
+ networks:
39
+ - syncurity_network
40
+ restart: always
41
+ volumes:
42
+ - static:/app/static
43
+
44
45
46
syncurity_network:
@@ -43,3 +54,4 @@ networks:
54
55
56
syn_st2_datastore.d:
57
+ static:
0 commit comments