Skip to content

Commit

Permalink
[DEV] move api to image.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Apr 15, 2024
1 parent e70d9f7 commit a4afab1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -279,11 +279,7 @@ services:

api:
container_name: api
build:
context: ../../api
dockerfile: Dockerfile
tags:
- api:${VERSION:-latest}
image: ghcr.io/togethercrew/api:main
restart: unless-stopped
environment:
PORT: $PORT
Expand All @@ -303,8 +299,6 @@ services:
networks:
- production
- monitoring
labels:
- "com.centurylinklabs.watchtower.enable=false"
<<: [*sm-resources-common]

discord:
Expand Down

0 comments on commit a4afab1

Please sign in to comment.