Updated civicrm image version and replaced default network with internal

This commit is contained in:
many 2024-12-18 14:20:45 -05:00
parent 95903d25f4
commit 43e8243a8e

View File

@ -3,7 +3,7 @@ version: "3.8"
services: services:
app: app:
image: michaelmcandrew/civicrm:5.59.4-wordpress-php8.1 image: michaelmcandrew/civicrm:5.80.0-wordpress-php8.1
hostname: civicrm hostname: civicrm
environment: environment:
- PROJECT_NAME - PROJECT_NAME
@ -33,7 +33,7 @@ services:
volumes: volumes:
- data:/var/www/html/wp-content/uploads - data:/var/www/html/wp-content/uploads
networks: networks:
- default - internal
- proxy - proxy
configs: configs:
- source: apache-sites-available-conf - source: apache-sites-available-conf
@ -90,6 +90,8 @@ services:
timeout: 10s timeout: 10s
retries: 10 retries: 10
start_period: 1m start_period: 1m
networks:
- internal
deploy: deploy:
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -114,6 +116,7 @@ services:
networks: networks:
proxy: proxy:
external: true external: true
internal:
volumes: volumes:
mariadb: mariadb: