Skip to content

Commit

Permalink
add latest tag to image
Browse files Browse the repository at this point in the history
  • Loading branch information
papes1ns committed Apr 18, 2024
1 parent 7cc8e6f commit 1843a47
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ services:
web: &web
build:
context: ./
image: gala_web
image: gala_web:latest
stdin_open: true
tty: true
command: foreman start -f Procfile.dev
Expand Down Expand Up @@ -43,14 +43,5 @@ services:
image: redis:6
ports:
- 6379:6379
# selenium:
# image: seleniarm/standalone-chromium
# shm_size: 4gb
# environment:
# SE_NODE_MAX_SESSIONS: 1
# ports:
# - 4444:4444
# volumes:
# - /dev/shm:/dev/shm
volumes:
db_data:

0 comments on commit 1843a47

Please sign in to comment.