Skip to content

Commit

Permalink
Merge pull request #1085 from dhsifss/main
Browse files Browse the repository at this point in the history
refactor: remove bridge
  • Loading branch information
xbingW authored Oct 17, 2024
2 parents c6f5467 + 82a2e44 commit f851033
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ services:
- ${SAFELINE_DIR}/resources/mgt:/app/data
- ${SAFELINE_DIR}/logs/nginx:/app/log/nginx:z
- ${SAFELINE_DIR}/resources/sock:/app/sock
- /var/run:/app/run
ports:
- ${MGT_PORT:-9443}:1443
healthcheck:
Expand Down Expand Up @@ -118,29 +119,6 @@ services:
networks:
safeline-ce:
ipv4_address: ${SUBNET_PREFIX}.8
bridge:
container_name: safeline-bridge
restart: always
image: ${IMAGE_PREFIX}/safeline-bridge-g:${IMAGE_TAG}
command:
- /app/bridge
- serve
- -n
- unix
- -a
- /app/run/safeline.sock
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run:/app/run
logging:
options:
max-size: "100m"
max-file: "5"
networks:
safeline-ce:
ipv4_address: ${SUBNET_PREFIX}.9
depends_on:
- mgt
chaos:
container_name: safeline-chaos
restart: always
Expand Down

0 comments on commit f851033

Please sign in to comment.