diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2025-10-07 13:04:03 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2025-10-07 16:03:28 +0300 |
| commit | b0db0e55c0c400bc948a4934b0e4fddfbfdcca51 (patch) | |
| tree | 0d29e8015178a0eaa52e9f821ad243c5435da99f /docker-compose.yml | |
| parent | fe57e4996ec79267dffd77e503ef8164eceea229 (diff) | |
Rewrite to run as a traditional script, update deps
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index b8306fa..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,24 +0,0 @@ -version: '3.8' - -services: - db: - image: postgres:13-alpine - environment: - POSTGRES_PASSWORD: postgres - ports: - - 5432:5432 - volumes: - - dbdata:/var/lib/postgresql/data - - ./sql:/sql - hommabot2: - build: . - image: registry.jan.systems/hommabot2:latest - env_file: .env - environment: - PORT: 3000 - PG_CONNECTION_URI: postgresql://postgres:postgres@db/postgres - ports: - - 3000:3000 - -volumes: - dbdata: |
