Skip to content

Commit

Permalink
Testing removing port export but still specifying 8080 in container url
Browse files Browse the repository at this point in the history
  • Loading branch information
nataliejschultz committed Oct 31, 2023
1 parent b7e0165 commit f5c35a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/nominatim-docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ name: nominatim-docker-test
# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
schedule:
push:
branches:
- nominatim
# schedule:

# Run every Sunday at 4:05 am
- cron: '5 4 * * 0'
# # Run every Sunday at 4:05 am
# - cron: '5 4 * * 0'
jobs:
# This workflow contains a single job called "build"
build:
Expand Down
2 changes: 0 additions & 2 deletions emission/integrationTests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ services:
entrypoint: /app/start.sh
image: nataliejschultz/rhodeisland-image:4.0
container_name: rhodeisland-nominatim
ports:
- "8080:8080"
deploy:
replicas: 1
restart_policy:
Expand Down

0 comments on commit f5c35a0

Please sign in to comment.