Merge branch 'main' into testing

This commit is contained in:
Micke Nordin 2024-05-20 13:10:54 +02:00
commit 5f74eaaab0

View file

@ -3,13 +3,12 @@ version: '3.2'
services: services:
app: app:
container_name: lookup_app_1
image: docker.sunet.se/drive/nextcloud-lookup:<%= @lookup_version %> image: docker.sunet.se/drive/nextcloud-lookup:<%= @lookup_version %>
restart: always restart: always
volumes: volumes:
- /opt/lookup/config.php:/var/www/html/config/config.php - /opt/lookup/config.php:/var/www/html/config/config.php
networks: network_mode: host
- default
- proxysql_proxysql
dns: dns:
- 89.46.20.75 - 89.46.20.75
- 89.46.21.29 - 89.46.21.29
@ -18,7 +17,3 @@ services:
- 443:443 - 443:443
command: apachectl -D FOREGROUND command: apachectl -D FOREGROUND
tty: true tty: true
networks:
proxysql_proxysql:
external: true