Skip to content

Commit e0955e8

Browse files
committed
wip
1 parent dda6e01 commit e0955e8

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

services/admin-panels/docker-compose.yml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ configs:
77
file: ./data/{{ item.name }}{% endfor %}
88
services:
99
adminpanels:
10-
image: jupyter/base-notebook:18b10e7f732d
10+
image: jupyter/base-notebook:18b10e7f732d ## no arm iamge
1111
user: root
1212
networks:
1313
- public

services/appmotion_gateway/docker-compose.yml.j2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '3.7'
33
services:
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:

services/maintenance-page/docker-compose.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

services/minio/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3.7'
22
services:
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:

0 commit comments

Comments
 (0)