diff options
| author | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-08-18 13:56:32 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus@anhgelus.world> | 2025-08-18 13:56:32 +0200 |
| commit | 026abcc07a57eeda8a08a746ad2b664e956360f3 (patch) | |
| tree | a5705ceb2b192c9ee18c4cce575a2251e3b72d1d /docker-compose.yml | |
| parent | cf2093095e769cdfac7fd83adc61d7ff6e958c0a (diff) | |
feat(xp): increase precision of timestamp
seems like to fix periodic reducer not working
Diffstat (limited to 'docker-compose.yml')
| -rw-r--r-- | docker-compose.yml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 77b28da..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,22 +0,0 @@ -services: - bot: - build: . - restart: always - env_file: - - .env - volumes: - - ./config:/app/config - depends_on: - - postgres - postgres: - image: postgres:alpine - env_file: - - .env - volumes: - - ./data:/var/lib/postgresql/data - adminer: - image: docker.io/adminer - ports: - - "8080:8080" - depends_on: - - postgres |
