2022-02-04 15:17:08 +01:00
|
|
|
version: '3.3'
|
|
|
|
|
|
|
|
services:
|
|
|
|
konova:
|
|
|
|
external_links:
|
|
|
|
- postgis:db
|
|
|
|
- arnova-nginx-server:arnova
|
|
|
|
build: .
|
2024-07-05 10:56:10 +02:00
|
|
|
image: "ksp/konova:1.8"
|
2022-02-04 15:17:08 +01:00
|
|
|
container_name: "konova-docker"
|
2022-04-26 08:55:07 +02:00
|
|
|
command: ./docker-entrypoint.sh
|
2022-03-09 14:02:25 +01:00
|
|
|
restart: always
|
2022-02-04 15:17:08 +01:00
|
|
|
volumes:
|
2022-04-26 08:55:07 +02:00
|
|
|
- /data/apps/konova/uploaded_files:/konova_uploaded_files
|
2022-04-25 16:07:38 +02:00
|
|
|
ports:
|
|
|
|
- "1337:80"
|
2022-02-04 15:17:08 +01:00
|
|
|
|
|
|
|
# Instead of an own, new network, we need to connect to the existing one, which is provided by the postgis container
|
|
|
|
# NOTE: THIS NETWORK MUST EXIST
|
|
|
|
networks:
|
|
|
|
default:
|
|
|
|
external:
|
|
|
|
name: postgis_nat_it_backend
|