sunetdrive/templates/lookup/docker-compose_lookup.yml.erb

18 lines
380 B
Text
Raw Normal View History

2023-02-13 10:44:56 +01:00
version: '3.2'
services:
app:
2024-05-20 13:10:20 +02:00
container_name: lookup_app_1
2023-02-13 10:44:56 +01:00
image: docker.sunet.se/drive/nextcloud-lookup:<%= @lookup_version %>
restart: always
volumes:
- /opt/lookup/config.php:/var/www/html/config/config.php
2024-05-20 13:10:20 +02:00
network_mode: host
2023-02-13 10:44:56 +01:00
dns:
- 89.46.20.75
- 89.46.21.29
- 89.32.32.32
2023-03-24 11:47:55 +01:00
command: apachectl -D FOREGROUND
2023-02-13 10:44:56 +01:00
tty: true