Skip to content

Commit

Permalink
Merge pull request #70 from f5devcentral/release_334
Browse files Browse the repository at this point in the history
Release 3.3.4
  • Loading branch information
rmaliszewskif5 authored Jul 1, 2022
2 parents 582a528 + f39c562 commit fb621b5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ services:
image: f5devcentral/f5-automation-config-converter:1.20.0
environment:
- ACC_API_PORT=${ACC_API_PORT}
ports:
- "127.0.0.1:${ACC_API_PORT}:8080"
restart: unless-stopped
command: serve
tmpfs: /tmp

journeys:
image: f5devcentral/f5-bigip-journeys-app:v3.3.3
image: f5devcentral/f5-bigip-journeys-app:v3.3.4
environment:
- ACC_API_PORT=${ACC_API_PORT}
- ACC_API_HOST=acc-api
Expand Down Expand Up @@ -40,7 +38,7 @@ services:
- "6379:6379"

celery-worker:
image: f5devcentral/f5-bigip-journeys-app:v3.3.3
image: f5devcentral/f5-bigip-journeys-app:v3.3.4
command: celery -A journeys.backend worker -l debug
environment:
- BROKER_URL=${BROKER_URL}
Expand All @@ -56,7 +54,5 @@ services:
- POSTGRES_DB=${DB_NAME}
- POSTGRES_USER=${DB_USER}
- POSTGRES_PASSWORD=${DB_PASS}
ports:
- "0.0.0.0:${DB_PORT}:5432"
volumes:
- "${WORKING_DIRECTORY}/db:/var/lib/postgresql/data"

0 comments on commit fb621b5

Please sign in to comment.