README ¶ Your Overtime - API Swagger documentation can be found on https://your-overtime.de/api/v1/swagger/index.html. version: "3.3" services: api: image: ghcr.io/your-overtime/api:1 environment: - HOST=0.0.0.0:8080 - DB_USER=overtime - DB_PASSWORD=secret - DB_HOST=db:3306 - DB_NAME=overtime - DEBUG=false - ADMIN_TOKEN=secret - TZ=Europe/Berlin restart: unless-stopped port: 8080:8080 db: image: mariadb restart: unless-stopped volumes: - ./db:/var/lib/mysql environment: - MARIADB_INITDB_SKIP_TZINFO=true - TZ=Europe/Berlin - MYSQL_RANDOM_ROOT_PASSWORD=true - MYSQL_DATABASE=overtime - MYSQL_PASSWORD=secret Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Directories ¶ Show internal Expand all Path Synopsis api docs Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag Package docs GENERATED BY SWAG; DO NOT EDIT This file was generated by swaggo/swag internal data service pkg module tests Click to show internal directories. Click to hide internal directories.