aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2023-09-27 14:33:20 +0300
committerJan Tuomi <jans.tuomi@gmail.com>2023-09-27 14:33:20 +0300
commitfe57e4996ec79267dffd77e503ef8164eceea229 (patch)
tree06a1298a5dc3c1e835ecadc2ee2dd3af4ae3b07c /docker-compose.yml
parent7991ad93470cf42b9c4c96477fc920bbb8899eee (diff)
Remove GCP references, use self-hosted registry
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index d82dd22..b8306fa 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -12,7 +12,7 @@ services:
- ./sql:/sql
hommabot2:
build: .
- image: registry.digitalocean.com/jan-systems-registry/hommabot2:latest
+ image: registry.jan.systems/hommabot2:latest
env_file: .env
environment:
PORT: 3000