File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 77 file: ./data/{{ item.name }}{% endfor %}
88services:
99 adminpanels:
10- image: jupyter/base-notebook:18b10e7f732d
10+ image: jupyter/base-notebook:18b10e7f732d ## no arm iamge
1111 user: root
1212 networks:
1313 - public
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: '3.7'
33services:
44
55 adminer:
6- image: adminer:4.8.1
6+ image: adminer:4.8.1 ## has arm
77 init: true
88 environment:
99 - ADMINER_DEFAULT_SERVER=db
@@ -35,7 +35,7 @@ services:
3535 - public
3636
3737 db:
38- image: mariadb:10.11
38+ image: mariadb:10.11 ## has arm
3939 environment:
4040 - MYSQL_USER=${APPMOTION_GATEWAY_DB_USER}
4141 - MYSQL_PASSWORD=${APPMOTION_GATEWAY_DB_PASSWORD}
@@ -68,7 +68,7 @@ services:
6868 - internal
6969
7070 api:
71- image: itisfoundation/appmotion-gateway-php-apache-8.2:1.2-2024-03-26-11-40.2a6228f@sha256:378587d0fe401b8453bddd65714ed505bd08fc1eb9f9da9fc0b566b98ed72bf6
71+ image: itisfoundation/appmotion-gateway-php-apache-8.2:1.2-2024-03-26-11-40.2a6228f@sha256:378587d0fe401b8453bddd65714ed505bd08fc1eb9f9da9fc0b566b98ed72bf6 ## Todo arm
7272 environment:
7373 - WEB_DOCUMENT_ROOT=/app/public
7474 deploy:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ services:
1616 - source: nginx_config
1717 target: /etc/nginx/conf.d/default.conf
1818 # nginx config
19- image: nginx:1.25.1
19+ image: nginx:1.25.1 # has arm
2020 networks:
2121 - public
2222 - monitored
@@ -35,7 +35,7 @@ services:
3535{% endfor %}
3636 maintenance_api:
3737 # nginx config
38- image: nginx:1.25.1
38+ image: nginx:1.25.1 # has arm
3939 configs:
4040 - source: maintenance_api_html
4141 target: /usr/share/nginx/html/index.html
Original file line number Diff line number Diff line change 11version : ' 3.7'
22services :
33 minio :
4- image : minio/minio:RELEASE.2024-10-29T16-01-48Z
4+ image : minio/minio:RELEASE.2024-10-29T16-01-48Z # # has arm
55 init : true
66 hostname : minio
77 volumes :
You can’t perform that action at this time.
0 commit comments