Skip to content

Commit

Permalink
secrest
Browse files Browse the repository at this point in the history
  • Loading branch information
Addy832 committed Nov 13, 2023
1 parent ccb38e3 commit 4f7d7da
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@ version: "3"
services:
nextjs:
build: ./
container_name: well_pharmacy
image: a7medabdo6/well_pharmacy
ports:
- "3000":"3000"
# nginx:
# build: ./nginx
# ports:
# - 80:80
container_name: well_pharmacy
image: a7medabdo6/well_pharmacy
ports:
- "3000":"3000"

watchtower:
image: containrrr/watchtower
restart: always
Expand Down

0 comments on commit 4f7d7da

Please sign in to comment.