Skip to content

Commit

Permalink
Used INIT_FILE: "informix-init.sql"
Browse files Browse the repository at this point in the history
  • Loading branch information
rberezen committed Dec 7, 2024
1 parent c9e61c7 commit bcf7f2f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
7 changes: 3 additions & 4 deletions src/test/resources/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,18 +350,17 @@ services:
- "9088:9088"
environment:
LICENSE: "accept"
INIT_FILE: "informix-init.sql"
restart: always
privileged: true
volumes:
- "./informix-init.sql:/opt/ibm/config/informix-init.sql"
healthcheck:
test: [ "CMD", "curl", "-f", "http://localhost:9088" ]
interval: 10s
timeout: 5s
retries: 6
start_period: 30s
#volumes:
#- "./informix-init.sh:/docker-entrypoint-initdb.d/informix-init.sh"
#- "./informix-init.sql:/docker-entrypoint-initdb.d/informix-init.sql"
#entrypoint: /bin/bash /docker-entrypoint-initdb.d/informix-init.sh

# Titan (https://titan-data.io) is managing these images for our CI/CD process. If you want to run them locally you'll have to
# populate init script (hsqldb-init.sql) for this platform manually or install titan and pull image pre-populated with data
Expand Down
14 changes: 0 additions & 14 deletions src/test/resources/docker/informix-init.sh

This file was deleted.

0 comments on commit bcf7f2f

Please sign in to comment.