Skip to content

Commit

Permalink
compose 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dsperling committed Aug 10, 2024
1 parent 36cfb35 commit 52ea399
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion deploy/docker-compose-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
feed:
image: smithmicro/n7m-app:4.3
image: smithmicro/n7m-app:4.4
depends_on:
- gis
environment:
Expand Down
4 changes: 2 additions & 2 deletions deploy/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
web:
image: smithmicro/n7m-web:4.3
image: smithmicro/n7m-web:4.4
restart: always
ports:
- "80:80"
Expand All @@ -15,7 +15,7 @@ services:
restart: always
mem_limit: 100m
app:
image: smithmicro/n7m-app:4.3
image: smithmicro/n7m-app:4.4
restart: always
depends_on:
- gis
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '2'
services:
web:
build: web
image: smithmicro/n7m-web:4.3
image: smithmicro/n7m-web:4.4
restart: always
ports:
- "8080:80"
Expand All @@ -18,7 +18,7 @@ services:
mem_limit: 100m
app:
build: app
image: smithmicro/n7m-app:4.3
image: smithmicro/n7m-app:4.4
#restart: always
environment:
- PGPASSWORD=n7m-geocoding
Expand All @@ -29,7 +29,7 @@ services:
volumes:
- ./data:/data/
feed:
image: smithmicro/n7m-app:4.3
image: smithmicro/n7m-app:4.4
depends_on:
- gis
environment:
Expand Down

0 comments on commit 52ea399

Please sign in to comment.