Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
# Specify the target production server
target_production_server_nickname: argand
# Define a URL for your app, without the http:// or www prefixes
full_app_url: default-segmenter.amfws.arg.tech
full_app_url: default_segmenter.amfws.arg.tech
# The port that is exposed on localhost (must be the same as in docker-compose.yml)
app_port: 5005
app_port: 5008
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3'

services:
default_segmenter:
container_name: default-segmenter
container_name: default-Segmenter
build: .
ports:
- "5008:5008"
Expand Down
Loading