Skip to content

Commit

Permalink
feat: 6.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xbingW committed Sep 27, 2024
1 parent 2c7f0f9 commit c6f5467
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,25 +65,6 @@ services:
networks:
safeline-ce:
ipv4_address: ${SUBNET_PREFIX}.5
mario:
container_name: safeline-mario
restart: always
image: ${IMAGE_PREFIX}/safeline-mario-g:${IMAGE_TAG}
volumes:
- ${SAFELINE_DIR}/resources/mario:/resources/mario
- ${SAFELINE_DIR}/logs/mario:/logs/mario
- /etc/localtime:/etc/localtime:ro
environment:
- LOG_DIR=/logs/mario
- GOGC=100
- DATABASE_URL=postgres://safeline-ce:${POSTGRES_PASSWORD}@safeline-pg/safeline-ce
logging:
options:
max-size: "100m"
max-file: "5"
networks:
safeline-ce:
ipv4_address: ${SUBNET_PREFIX}.6
tengine:
container_name: safeline-tengine
restart: always
Expand Down

0 comments on commit c6f5467

Please sign in to comment.