Skip to content

Commit

Permalink
Merge pull request #10 from wetfish/stage-testing
Browse files Browse the repository at this point in the history
test new docker env tag
  • Loading branch information
itsrachelfish authored Feb 4, 2025
2 parents 58e090d + 60fadf3 commit 5367878
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 42 deletions.
40 changes: 0 additions & 40 deletions docker-compose.staging.yml

This file was deleted.

4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# version 3+ does different things re: networking from 2.x
# mainly things to support swarms
# aka things we don't need/want
version: '2.4'
version: "2.4"
services:
wetfish-home:
container_name: wetfish-home

# production: track "prod" tag on ghcr.io
image: ghcr.io/wetfish/wetfish.net:prod
image: ghcr.io/wetfish/wetfish.net:${ENV_TAG}

# enable watchtowers to automatically pull changes
labels:
Expand Down

0 comments on commit 5367878

Please sign in to comment.